Commit efd85a5c authored by yann300's avatar yann300

remove console.log

parent ae626b55
...@@ -48,7 +48,6 @@ module.exports = class TestTab extends ViewPlugin { ...@@ -48,7 +48,6 @@ module.exports = class TestTab extends ViewPlugin {
appManager.event.on('activate', (name) => { appManager.event.on('activate', (name) => {
if (name === 'solidity') this.updateRunAction() if (name === 'solidity') this.updateRunAction()
console.log('solidity is activated')
}) })
appManager.event.on('deactivate', (name) => { appManager.event.on('deactivate', (name) => {
if (name === 'solidity') this.updateRunAction() if (name === 'solidity') this.updateRunAction()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment