Skip to content

Commit b8ebb9d

Browse files
authored
Update templates-selection-plugin.tsx
1 parent 01d6ae9 commit b8ebb9d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ export class TemplatesSelectionPlugin extends ViewPlugin {
113113
}
114114

115115
const modalResult = await this.call('notification', 'modal', modal)
116-
console.log('Creating workspace with template', item, this.opts)
117116
if (!modalResult) return
118117
_paq.push(['trackEvent', 'template-selection', 'createWorkspace', item.value])
119118
this.emit('createWorkspaceReducerEvent', workspaceName, item.value, this.opts, false, errorCallback, initGit)
@@ -135,7 +134,7 @@ export class TemplatesSelectionPlugin extends ViewPlugin {
135134
const modalResult = await this.call('notification', 'modal', modal)
136135
if (!modalResult) return
137136
}
138-
console.log('Adding template to current workspace', item, this.opts)
137+
139138
this.emit('addTemplateToWorkspaceReducerEvent', item.value, this.opts, false, async (e, data) => {
140139
if (e) {
141140
const modal: AppModal = {

0 commit comments

Comments
 (0)