CleanUp Code

This commit is contained in:
--=FurtiF™=-- 2016-10-26 21:16:45 +02:00
parent 93a77dfa8e
commit fd7fefcd0f
7 changed files with 7 additions and 24 deletions

View File

@ -46,12 +46,12 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Global", "Global", "{76A6EB
.travis.yml = .travis.yml
cfg.js.example = cfg.js.example
Dockerfile = Dockerfile
install-windows.bat = install-windows.bat
LICENSE = LICENSE
package.json = package.json
README.md = README.md
run-api-windows.bat = run-api-windows.bat
run-bot-windows.bat = run-bot-windows.bat
run-install-windows.bat = run-install-windows.bat
supervisord.conf = supervisord.conf
updater.js = updater.js
EndProjectSection

View File

@ -1,4 +1,4 @@
<html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">

View File

@ -7,9 +7,7 @@ import Cell from "./models/World/Cell";
import print from "./print";
import CFG from "../cfg";
import {
getHashCodeFrom
} from "./utils";
import { getHashCodeFrom } from "./utils";
const S2Geo = s2.S2;

View File

@ -4,12 +4,7 @@ import request from "request";
import readline from "readline";
import POGOProtos from "pokemongo-protobuf";
import {
_toCC,
deXOR,
inherit,
getHashCodeFrom
} from "./utils";
import { _toCC, deXOR, inherit, getHashCodeFrom } from "./utils";
import print from "./print";
import CFG from "../cfg";

View File

@ -6,11 +6,7 @@ import POGOProtos from "pokemongo-protobuf";
import print from "./print";
import CFG from "../cfg";
import {
deXOR,
validEmail,
getHashCodeFrom
} from "./utils";
import { deXOR, validEmail, getHashCodeFrom } from "./utils";
/**
* @param {Request} req

View File

@ -3,9 +3,7 @@ import POGOProtos from "pokemongo-protobuf";
import print from "./print";
import CFG from "../cfg";
import {
_toCC
} from "./utils";
import { _toCC } from "./utils";
/**
* @param {Request} req

View File

@ -10,11 +10,7 @@ import * as shared from "./shared";
import GameMaster from "./models/GameMaster";
import {
_toCC,
capitalize,
idToPkmnBundleName
} from "./utils";
import { _toCC, capitalize, idToPkmnBundleName } from "./utils";
export function setup() {