Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
fix: remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
tilmx authored and lkuechler committed Jun 6, 2018
1 parent dbdc9c2 commit 1cfade5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/container/chrome/chrome-container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export const ChromeContainer = MobxReact.inject('store')(
<BugReport
title="Found a bug?"
onClick={() => {
console.log('chrome-container started');
Sender.send({
type: ServerMessageType.OpenExternalURL,
id: uuid.v4(),
Expand Down

0 comments on commit 1cfade5

Please sign in to comment.