mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
Remove console.log's
This commit is contained in:
parent
5eb529c33b
commit
4d1a9113bb
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user