remove console

pull/5370/head
filip mertens 2 years ago
parent b9111fe236
commit ed561a11c9
  1. 1
      apps/remix-ide/src/index.tsx

@ -10,7 +10,6 @@ import { Storage } from '@remix-project/remix-lib'
(async function () {
try {
console.log('init config')
const configStorage = new Storage('config-v0.8:')
const config = new Config(configStorage);
Registry.getInstance().put({ api: config, name: 'config' })

Loading…
Cancel
Save