Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
Signed-off-by: Yulong Ruan <[email protected]>
  • Loading branch information
ruanyl committed Apr 7, 2024
1 parent 19609ae commit fd2598d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/plugins/workspace/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export class WorkspacePlugin implements Plugin<{}, {}, WorkspacePluginSetupDeps>
this.currentWorkspaceSubscription = currentWorkspace$.subscribe((currentWorkspace) => {
if (currentWorkspace) {
this.appUpdater$.next((app) => {
console.log(app)
if (isAppAccessibleInWorkspace(app, currentWorkspace)) {
return
}
Expand Down Expand Up @@ -187,7 +186,6 @@ export class WorkspacePlugin implements Plugin<{}, {}, WorkspacePluginSetupDeps>

public start(core: CoreStart) {
this.coreStart = core;
console.log(core.chrome.navLinks.getAll())

this.currentWorkspaceIdSubscription = this._changeSavedObjectCurrentWorkspace();

Expand Down

0 comments on commit fd2598d

Please sign in to comment.