summaryrefslogtreecommitdiff
path: root/suite/testcommon.py
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2020-09-16 15:26:47 -0400
committerBrian Potchik <brian@vector35.com>2020-09-16 15:26:47 -0400
commit766746a4c82730f266e2ddd0dcb84eb4a09d56ca (patch)
treec1aa0b0fbf53d429e538e0d75a73e88b455065ea /suite/testcommon.py
parent054be043b9b819406a91e3c4c4447015c5d90283 (diff)
Add setting to control logging in headless.
Diffstat (limited to 'suite/testcommon.py')
-rw-r--r--suite/testcommon.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/suite/testcommon.py b/suite/testcommon.py
index 4b49213e..78bfb19b 100644
--- a/suite/testcommon.py
+++ b/suite/testcommon.py
@@ -59,10 +59,6 @@ def fixStrRepr(string):
# Python 2 and Python 3 represent Unicode character reprs differently
return string.replace(b"\xe2\x80\xa6".decode("utf8"), "\\xe2\\x80\\xa6")
-
-def disable_logging():
- binja.disable_logging()
-
def get_file_list(test_store_rel):
test_store = os.path.join(os.path.dirname(__file__), test_store_rel)
all_files = []