Skip to content

Commit 0c9e4b4

Browse files
committed
remove an overlooked print statement
1 parent add911c commit 0c9e4b4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/matplotlib/backends/backend_qt4.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
import matplotlib.backends.qt4_editor.figureoptions as figureoptions
2020
except ImportError:
2121
figureoptions = None
22-
figureoptions = None
23-
24-
print figureoptions
2522

2623
try:
2724
from PyQt4 import QtCore, QtGui, Qt

0 commit comments

Comments
 (0)