Skip to content

Commit 92cc2ae

Browse files
committed
remove debugging
1 parent ad3a955 commit 92cc2ae

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

plotdevice/gfx/image.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ def _lazyload(self, path=None, data=None):
135135
# load from file path
136136
try:
137137
path = NSString.stringByExpandingTildeInPath(path)
138-
print("PTH", path)
139138
mtime = os.path.getmtime(path)
140139
# return a cached image if possible...
141140
if path in _cache and _cache[path][1] >= mtime:

0 commit comments

Comments
 (0)