From ad4835ec99889fbddf745bcff6622ac6115df2e2 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 25 Nov 2013 12:08:49 +0100 Subject: [PATCH] " " --- gix.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/gix.py b/gix.py index 5f17250..2c9b684 100644 --- a/gix.py +++ b/gix.py @@ -3,8 +3,6 @@ import time import logging from threading import Thread -GIT_PYTHON_TRACE = 'full' - from watchdog.observers import Observer from watchdog.events import * -- 2.39.5