Skip to content

Commit f0ad6ea

Browse files
Remove debug message
1 parent c4c9c0e commit f0ad6ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

postprocess/postprocess_service.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def get_dataset(self, path, corr: pd.DataFrame) -> pd.DataFrame:
3232
return pd.concat(dataframes, ignore_index=True)
3333

3434
def get_pairwise_correlation(self, src, tgt, path):
35-
print("running")
3635
if src == tgt:
3736
return src, tgt, 1.0, 1.0, 1.0, 1.0
3837
else:

0 commit comments

Comments
 (0)