Remove console.log's

This commit is contained in:
Gregory Schier 2019-12-10 11:31:11 -05:00
parent 5eb529c33b
commit 4d1a9113bb

View File

@ -1040,13 +1040,9 @@ class App extends PureComponent {
// Prevent rendering of everything
this.setState({ isMigratingChildren: true }, async () => {
console.log('START');
const flushId = await db.bufferChanges();
console.log('.');
await models.environment.getOrCreateForWorkspace(activeWorkspace);
console.log('.');
await models.cookieJar.getOrCreateForParentId(activeWorkspace._id);
console.log('.');
await db.flushChanges(flushId);
this.setState({ isMigratingChildren: false });
@ -1073,8 +1069,6 @@ class App extends PureComponent {
return null;
}
console.log('MIGRATION COMPLETE');
const { activeWorkspace } = this.props;
const {