Skip to content

Commit a8f74d0

Browse files
committed
#175: Remove debug prints
1 parent 426bfbd commit a8f74d0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/vt-tv/utility/parse_render.cc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,6 @@ void ParseRender::parseAndRender(
7777
}
7878
}
7979

80-
for (auto const& file : data_files)
81-
{
82-
fmt::print("{}\n", file.string());
83-
}
84-
8580
if (data_files.size() != cfg.input.n_ranks) {
8681
throw SemanticError(
8782
"Found " + std::to_string(data_files.size()) + " data files in '" + input_dir_abs +
@@ -127,7 +122,6 @@ void ParseRender::parseAndRender(
127122
if (info->getNumRanks() != cfg.input.n_ranks) {
128123
throw SemanticError("Number of ranks parsed does not match configuration input.n_ranks.");
129124
}
130-
fmt::print("Num ranks={}\n", info->getNumRanks());
131125
}
132126

133127
// Prepare rendering parameters

0 commit comments

Comments
 (0)