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:
parent
b9effeb740
commit
3b8238e342
@ -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[]) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user