Skip to content

Commit 58b92a9

Browse files
committed
remove print
1 parent 43d00c2 commit 58b92a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test_loger/logs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ def addToLog(self, s):
6868

6969
def initLogFolder(self):
7070
try:
71-
print self.file_path
7271
if (plfm == 'windows'):
7372
if not os.path.exists(self.file_path + "\\logs\\"):
7473
os.makedirs("logs")

0 commit comments

Comments
 (0)