Explorar el Código

Remove console.log (#317)

Christopher Chedeau hace 5 años
padre
commit
b481a29024
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. 0 5
      src/actions/manager.tsx

+ 0 - 5
src/actions/manager.tsx

@@ -42,11 +42,6 @@ export class ActionManager implements ActionsManagerInterface {
     appState: AppState,
     updater: UpdaterFn
   ) {
-    console.log(
-      Object.values(this.actions)
-        .filter(action => "contextItemLabel" in action)
-        .map(a => ({ name: a.name, label: a.contextItemLabel }))
-    );
     return Object.values(this.actions)
       .filter(action => "contextItemLabel" in action)
       .sort(