Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
ZihengJiang committed Nov 21, 2016
1 parent ea49183 commit b383ac1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/session.cc
Original file line number Diff line number Diff line change
@@ -176,7 +176,6 @@ const std::vector<TBlob>& TorchSession::Run(
}
// dump technique, remove all previous executors
// better strategy, LRU?
LOG(INFO) << "New Executor";
cached_execs_.clear();
ExecEntry e;
e.cached_symbol = *new_sym;

0 comments on commit b383ac1

Please sign in to comment.