updated deps. removed choo-log

This commit is contained in:
Danny Coates 2017-09-20 13:08:33 -07:00
parent 652b8e4e15
commit 401311a05f
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
3 changed files with 958 additions and 683 deletions

View file

@ -1,5 +1,4 @@
import app from './routes';
import log from 'choo-log';
import locale from '../common/locales';
import fileManager from './fileManager';
import dragManager from './dragManager';
@ -14,8 +13,6 @@ if (navigator.doNotTrack !== '1' && window.RAVEN_CONFIG) {
Raven.config(window.SENTRY_ID, window.RAVEN_CONFIG).install();
}
app.use(log());
app.use((state, emitter) => {
// init state
state.transfer = null;