refactor(tokenizer):remove output

This commit is contained in:
3lswear
2022-02-19 18:46:22 +03:00
parent e1fa773825
commit 039b7f71a5

View File

@@ -256,8 +256,6 @@ namespace config
}
last_token = token.type;
DBOUT << YELLO << "GOT " << token.value << ", type: " << token.type << ENDL;
return (token);
}