From a1149b1294c2acd3bbc660cda9ec3573710c56fc Mon Sep 17 00:00:00 2001 From: rushilwiz Date: Tue, 16 Jun 2020 20:53:08 -0400 Subject: [PATCH] removed print for security purposes :) --- bgservice/bgservice.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bgservice/bgservice.py b/bgservice/bgservice.py index ca9ab1e..09b78ba 100644 --- a/bgservice/bgservice.py +++ b/bgservice/bgservice.py @@ -162,4 +162,3 @@ def stop_watching(): + "The paths to these files are listed below:\n") print(*suspicious_files, sep='\n') sys.stdout = STDOUT - print("Done watching.\n")