1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-02-08 10:40:16 +00:00

arb:: removed some debugs

This commit is contained in:
Zeno Rogue
2020-06-06 18:42:05 +02:00
parent 123b49e0f3
commit 3df2f6bf26
2 changed files with 4 additions and 5 deletions

View File

@@ -189,7 +189,6 @@ void exp_parser::skip_white() {
while(next() == ' ' || next() == '\n' || next() == '\r' || next() == '\t') {
if(next() == '\r') last_line++;
if(next() == '\n') {
println(hlog, "new line at ", at);
line_number++, last_line = at;
}
at++;