Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7c275d commit ab8283fCopy full SHA for ab8283f
1 file changed
lib/matplotlib/cbook.py
@@ -37,7 +37,6 @@
37
preferredencoding = None
38
39
def unicode_safe(s):
40
- print preferredencoding, type(s)
41
if preferredencoding is None: return unicode(s)
42
else: return unicode(s, preferredencoding)
43
0 commit comments