1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

remove console.log

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-10-07 08:45:42 -04:00
parent b9effeb740
commit 3b8238e342
2 changed files with 5 additions and 7 deletions

View File

@ -21,7 +21,7 @@
import * as uuid from "uuid"; import * as uuid from "uuid";
import { action, computed, IReactionOptions, makeObservable, observable, reaction } from "mobx"; import { action, computed, IReactionOptions, makeObservable, observable, reaction } from "mobx";
import { autoBind, createStorage, toJS } from "../../utils"; import { autoBind, createStorage } from "../../utils";
import throttle from "lodash/throttle"; import throttle from "lodash/throttle";
import {monacoModelsManager} from "./monaco-model-manager"; import {monacoModelsManager} from "./monaco-model-manager";
@ -311,8 +311,6 @@ export class DockStore implements DockStorageState {
this.close(); this.close();
} }
} }
console.log(tabId, toJS(this.tabs));
} }
closeTabs(tabs: DockTab[]) { closeTabs(tabs: DockTab[]) {