diff --git a/pyqtgraph/functions.py b/pyqtgraph/functions.py index 14e4e076..337dfb67 100644 --- a/pyqtgraph/functions.py +++ b/pyqtgraph/functions.py @@ -33,7 +33,6 @@ import sys, struct try: import scipy.ndimage HAVE_SCIPY = True - WEAVE_DEBUG = pg.getConfigOption('weaveDebug') if pg.getConfigOption('useWeave'): try: import scipy.weave