Skip to content

Commit b383ac1

Browse files
author
ZihengJiang
committed
remove debug log
1 parent ea49183 commit b383ac1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/session.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ const std::vector<TBlob>& TorchSession::Run(
176176
}
177177
// dump technique, remove all previous executors
178178
// better strategy, LRU?
179-
LOG(INFO) << "New Executor";
180179
cached_execs_.clear();
181180
ExecEntry e;
182181
e.cached_symbol = *new_sym;

0 commit comments

Comments
 (0)