Removed cookie dependencies

Removed module import and dependency on the 'cookie' library; it's not used anymore
This commit is contained in:
Unknown
2017-06-30 08:20:42 +02:00
committed by unknown
parent 8eb772d80b
commit a05e69b855
2 changed files with 0 additions and 2 deletions

View File

@@ -4,7 +4,6 @@
// Use seperate scope to prevent global scope pollution
(function () {
const cookie = require("cookie");
var config = {};
// Helper function to get server address/hostname from either the commandline or env