Remove superfluous logging statement

Signed-off-by: colramos-amd <colramos@amd.com>
Dieser Commit ist enthalten in:
colramos-amd
2024-03-22 16:34:44 -05:00
committet von Cole Ramos
Ursprung f47b8d2547
Commit 78c48eaed5
+2 -4
Datei anzeigen
@@ -172,12 +172,10 @@ class OmniProfiler_Base:
msg = "Detected differing {} values while joining pmc_perf.csv".format(
key
)
console_warning(msg + "\n")
console_warning(msg)
else:
msg = "Successfully joined {} in pmc_perf.csv".format(key)
console_debug(msg + "\n")
if test_df_column_equality(_df) and self.__args.verbose:
console_log("profiling", msg)
console_debug(msg)
# now, we can:
#   A) throw away any of the "boring" duplicates