diff options
author | bobzel <zzzman@gmail.com> | 2021-09-22 03:30:58 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-09-22 03:30:58 -0400 |
commit | 12ae56962397a786397158af9e442a955883d16f (patch) | |
tree | 42497b933da62a00f774dfbd62ab3e3fc2c552e5 /src/client/views/MainView.tsx | |
parent | 80e5aed7d9cff03b602c03ac3655b2f17d91574b (diff) |
fixed runtime bug inside toggleBold(). removed print statements.
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index c99ba447c..fbd3fece2 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -471,7 +471,6 @@ export class MainView extends React.Component { this._leftMenuFlyoutWidth = (this._leftMenuFlyoutWidth || 250); this._sidebarContent.proto = button.target as any; this.LastButton = button; - console.log(button.title); }); closeFlyout = action(() => { |