mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 09:35:39 -05:00
Remove frequent console logs in web levels
This commit is contained in:
parent
f9d0adaca6
commit
cac87559c6
1 changed files with 0 additions and 2 deletions
|
@ -51,10 +51,8 @@ module.exports = class WebSurfaceView extends CocoView
|
|||
if dekuTree.type is '#text'
|
||||
return { virtualDom: dekuTree, styles: [], scripts: [] }
|
||||
if dekuTree.type is 'style'
|
||||
console.log 'Found a style: ', dekuTree
|
||||
return { styles: [dekuTree], scripts: [] }
|
||||
if dekuTree.type is 'script'
|
||||
console.log 'Found a script: ', dekuTree
|
||||
return { styles: [], scripts: [dekuTree] }
|
||||
# recurse over children
|
||||
childStyles = []
|
||||
|
|
Loading…
Reference in a new issue