mbs-octoml commented on a change in pull request #8597:
URL: https://github.com/apache/tvm/pull/8597#discussion_r683010661



##########
File path: src/parser/parser.cc
##########
@@ -417,7 +417,7 @@ class Parser {
    * Useful for matching optional tokens, effectively looksahead by one.
    */
   bool WhenMatch(const TokenType& token_type) {
-    DLOG(INFO) << "Parser::WhenMatch: Peek() == " << Peek();
+    // DLOG(INFO) << "Parser::WhenMatch: Peek() == " << Peek();

Review comment:
       Ah, right! I started on per-file VLOGs, but hosted that out of here. 
Commented these out since I couldn't see the wood for the trees, will undo 
sorry.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to