From 6ef63b02f44bd7a8444aa2457a650f2147b12256 Mon Sep 17 00:00:00 2001 From: Felix Date: Mon, 8 Aug 2016 22:27:44 +0200 Subject: [PATCH] Clean up --- cfg.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cfg.js b/cfg.js index 4f25648..b95432a 100644 --- a/cfg.js +++ b/cfg.js @@ -12,12 +12,6 @@ export const ASSET_DIGEST_PATH = "asset_digest"; export const MINIMUM_CLIENT_VERSION = "0.31.0"; -//lets require/import the mongodb native drivers. -var mongodb = require('mongodb'); - -//We need to work with "MongoClient" interface in order to connect to a mongodb server. -var MongoClient = mongodb.MongoClient; - export const SERVER_MONGO_PORT = 27017; export const SERVER_MONGO_HOST_IP = "localhost"; export const SERVER_MONGO_DB_NAME = "pokemongo";