From 24fc11420f48457d4f1b380f44470fdf7c06406a Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Fri, 9 Apr 2021 14:05:25 +0300 Subject: [PATCH] cleanup Signed-off-by: Jari Kolehmainen --- src/renderer/components/+catalog/catalog-add-button.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/renderer/components/+catalog/catalog-add-button.tsx b/src/renderer/components/+catalog/catalog-add-button.tsx index 46b53c32a1..381e2a36ea 100644 --- a/src/renderer/components/+catalog/catalog-add-button.tsx +++ b/src/renderer/components/+catalog/catalog-add-button.tsx @@ -23,7 +23,6 @@ export class CatalogAddButton extends React.Component { disposeOnUnmount(this, [ reaction(() => category, (category) => { - console.log("category", category); this.menuItems.clear(); if (category && category instanceof EventEmitter) {