mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Kill some console logs @poojawins
This commit is contained in:
parent
3485abd413
commit
8d2df0baff
1 changed files with 0 additions and 2 deletions
|
@ -317,9 +317,7 @@ module.exports = class SpellView extends CocoView
|
|||
xstart = startOfRow(row)
|
||||
if language is 'python'
|
||||
requiredIndent = new RegExp '^' + new Array(xstart / 4 + 2).join '( |\t)' + '(\\S|\\s*$)'
|
||||
console.log requiredIndent
|
||||
for crow in [docRange.start.row+1..docRange.end.row]
|
||||
console.log("CROW", xstart, crow, lines[crow])
|
||||
unless requiredIndent.test lines[crow]
|
||||
docRange.end.row = crow - 1
|
||||
break
|
||||
|
|
Loading…
Reference in a new issue