Removed debug code from IntegrationStore

This commit is contained in:
Harrison Healey
2016-04-05 09:43:26 -04:00
committed by Christopher Speller
parent b3edd32aee
commit cf72de283c

View File

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