rm consol.log

pull/2599/head
lianahus 2 years ago committed by Aniket
parent 70c042983d
commit 328648eb81
  1. 1
      libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx

@ -103,7 +103,6 @@ export function Workspace () {
const workspaceTemplateName = workspaceCreateTemplateInput.current.value || 'remixDefault'
try {
console.log("create workspace")
await global.dispatchCreateWorkspace(workspaceName, workspaceTemplateName)
} catch (e) {
global.modal('Create Workspace', e.message, 'OK', () => {}, '')

Loading…
Cancel
Save