Skip to content

Commit

Permalink
Revert "Updated logging lines"
Browse files Browse the repository at this point in the history
This reverts commit 9ab82b1.
  • Loading branch information
SimplisticCode committed Dec 14, 2023
1 parent 7e6ba14 commit a91ffcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion external_tester/testutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ def comparText(file1, file2):
actualLines = actualFile.readlines()
expectedLines = "".join(expectedLines).translate(remove)
actualLines = "".join(actualLines).translate(remove)

expectedFile.close()
actualFile.close()

Expand Down

0 comments on commit a91ffcb

Please sign in to comment.