Skip to content

Commit 24be4e9

Browse files
committed
Removing debug print
1 parent 4402666 commit 24be4e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/model_config_utils.cc

-2
Original file line numberDiff line numberDiff line change
@@ -681,8 +681,6 @@ GetNormalizedModelConfig(
681681
<< config->DebugString();
682682

683683
RETURN_IF_ERROR(NormalizeModelConfig(min_compute_capability, config));
684-
LOG_VERBOSE(1) << "Core side normalized auto-completed config: "
685-
<< config->DebugString();
686684

687685
return Status::Success;
688686
}

0 commit comments

Comments
 (0)