remove console log
This commit is contained in:
parent
2e44de5bd2
commit
7bbbd01fc4
1 changed files with 0 additions and 2 deletions
|
@ -72,8 +72,6 @@ function start(opts) {
|
|||
options.auth.keyDomains = options.auth.keyDomains || [];
|
||||
options.auth.forceSpriteKey = options.auth.forceSpriteKey || false;
|
||||
|
||||
console.log("options:", options);
|
||||
|
||||
var paths = options.paths || {};
|
||||
options.paths = paths;
|
||||
paths.root = path.resolve(
|
||||
|
|
Loading…
Reference in a new issue