Skip to content

Commit

Permalink
[Fix] fix compilation error when setting USE_RELAY_DEBUG (#6380)
Browse files Browse the repository at this point in the history
* fix compilation error when setting USE_RELAY_DEBUG

* awake github ci-test

* remove unnecessary debug log
  • Loading branch information
xutianming authored Sep 6, 2020
1 parent 9aa69e2 commit 3004285
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/runtime/vm/vm.cc
Original file line number Diff line number Diff line change
Expand Up @@ -351,9 +351,6 @@ void VirtualMachine::RunLoop() {
main_loop:
auto const& instr = code_[this->pc_];
DLOG(INFO) << "Executing(" << pc_ << "): " << instr;
#if USE_RELAY_DEBUG
InstructionPrint(std::cout, instr);
#endif // USE_RELAY_DEBUG

switch (instr.op) {
case Opcode::Move: {
Expand Down

0 comments on commit 3004285

Please sign in to comment.