bt2: remove probing of BABELTRACE_PYTHON_BT2_NO_TRACEBACK env var
[babeltrace.git] / src / bindings / python / bt2 / bt2 / component.py
index b8026cc28aa67527424d67e0a1c2ad7b007c6c4d..55f07f49a19077990998ba043c7f1e4daf0e730e 100644 (file)
@@ -31,10 +31,6 @@ import bt2
 import os
 
 
-_env_var = os.environ.get('BABELTRACE_PYTHON_BT2_NO_TRACEBACK')
-_NO_PRINT_TRACEBACK = _env_var == '1'
-
-
 # This class wraps a component class pointer. This component class could
 # have been created by Python code, but since we only have the pointer,
 # we can only wrap it in a generic way and lose the original Python
This page took 0.023665 seconds and 4 git commands to generate.