Skip to content

Commit bb4523d

Browse files
committed
learneth fix
1 parent dee78b8 commit bb4523d

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

apps/remix-ide/src/app/plugins/templates-selection/templates-selection-plugin.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ export class TemplatesSelectionPlugin extends ViewPlugin {
170170
}
171171

172172
const modalResult = await this.call('notification', 'modal', modal)
173-
console.log('modalResult', modalResult)
174173
if (!modalResult) return
175174
_paq.push(['trackEvent', 'template-selection', 'createWorkspace', item.value])
176175
this.emit('createWorkspaceReducerEvent', workspaceName, item.value, this.opts, false, errorCallback, initGit)

libs/remix-ui/home-tab/src/lib/remix-ui-home-tab.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,9 @@ export const RemixUiHomeTab = (props: RemixUiHomeTabProps) => {
6060
const startLearnEth = async () => {
6161
if (await plugin.appManager.isActive('LearnEth')) {
6262
plugin.verticalIcons.select('LearnEth')
63-
await plugin.call('LearnEth', 'home')
6463
} else {
6564
await plugin.appManager.activatePlugin(['LearnEth', 'solidity', 'solidityUnitTesting'])
6665
plugin.verticalIcons.select('LearnEth')
67-
await plugin.call('LearnEth', 'home')
6866
}
6967
_paq.push(['trackEvent', 'hometab', 'header', 'Start Learning'])
7068
}

0 commit comments

Comments
 (0)