Skip to content

Commit 6240d2f

Browse files
committed
removed old changes from old commit
1 parent fc6e46c commit 6240d2f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

runtime/executor/method.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ Result<Method> Method::load(
754754
temp_allocator = platform_allocator;
755755
}
756756
Method method(program, memory_manager, event_tracer, temp_allocator);
757-
ET_LOG(Debug, "Loading method: %s.", s_plan->name()->c_str());
757+
758758
Error err = method.init(s_plan, named_data_map);
759759
if (err != Error::Ok) {
760760
return err;
@@ -1522,7 +1522,6 @@ Error Method::execute() {
15221522
initialized(),
15231523
NotSupported,
15241524
"Cannot execute until method has been initialized.");
1525-
ET_LOG(Debug, "Executing method: %s.", method_meta().name());
15261525

15271526
// Chains are executed sequentially today, but future async designs may
15281527
// branch and run many in parallel or out of order.

0 commit comments

Comments
 (0)