removed print for security purposes :)

This commit is contained in:
Rushil Umaretiya 2020-06-16 20:53:08 -04:00
parent 867e76a01c
commit a1149b1294

View File

@ -162,4 +162,3 @@ def stop_watching():
+ "The paths to these files are listed below:\n") + "The paths to these files are listed below:\n")
print(*suspicious_files, sep='\n') print(*suspicious_files, sep='\n')
sys.stdout = STDOUT sys.stdout = STDOUT
print("Done watching.\n")