Removed debug code from IntegrationStore

Этот коммит содержится в:
Harrison Healey
2016-04-05 09:43:26 -04:00
коммит произвёл Christopher Speller
родитель b3edd32aee
Коммит cf72de283c

Просмотреть файл

@@ -185,7 +185,4 @@ class IntegrationStore extends EventEmitter {
}
}
const instance = new IntegrationStore();
export default instance;
window.IntegrationStore = instance;
export default new IntegrationStore();