summaryrefslogtreecommitdiff
path: root/app/client/index.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/client/index.jsx')
-rw-r--r--app/client/index.jsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/client/index.jsx b/app/client/index.jsx
index eabf46e..8eb23ff 100644
--- a/app/client/index.jsx
+++ b/app/client/index.jsx
@@ -3,10 +3,9 @@ import { Provider } from 'react-redux'
import { BrowserRouter, Route } from 'react-router-dom'
// import client from './client'
-window.debug = false
-
import { store, history } from './store'
import * as socket from './socket'
+import * as util from './util'
import Header from './common/header.component'
import System from './system/system.component'