Skip to content

Commit

Permalink
clean up app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
joeizang committed Dec 15, 2021
1 parent 4ada019 commit 10509ae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/remix-ide/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,6 @@ class App {
// ----------------- theme service ---------------------------------
const themeModule = new ThemeModule(registry)
registry.put({ api: themeModule, name: 'themeModule' })
console.log('what is self._view in app.js? ', { self })
const elmt = self._view.el
console.log('what is self._view.el in app.js? ', { elmt })
themeModule.initTheme(() => {
setTimeout(() => {
document.body.removeChild(self._view.splashScreen)
Expand Down

0 comments on commit 10509ae

Please sign in to comment.