mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-21 06:37:36 -04:00
Remove console.log's
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user