mirror of https://github.com/calzoneman/sync.git
Remove debug console.log
This commit is contained in:
parent
b69bd82a72
commit
a33f3d8bb0
|
@ -49,7 +49,6 @@ import NullClusterClient from './io/cluster/nullclusterclient';
|
|||
import session from './session';
|
||||
import { LegacyModule } from './legacymodule';
|
||||
import * as Switches from './switches';
|
||||
console.log(Switches);
|
||||
|
||||
var Server = function () {
|
||||
var self = this;
|
||||
|
|
Loading…
Reference in New Issue