Skip to content

Commit 721de6e

Browse files
author
MomIsBestFriend
committed
Removed debugging
1 parent 6f2738f commit 721de6e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/validate_string_concatenation.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ def is_concatenated(file_path):
6565

6666

6767
if __name__ == "__main__":
68-
# for debugging purpose
69-
print(sys.version)
70-
7168
path = sys.argv[1]
7269

7370
if not os.path.exists(path):

0 commit comments

Comments
 (0)