summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-10-10 07:52:38 +0200
committerhut <hut@lavabit.com>2010-10-10 07:52:38 +0200
commitba4731340e1dc9ddb9d7765aaff98c6a2ce58d46 (patch)
tree2ddcd07353af0d3fb4038e32787841867e25001b
parent875ad00a0fefba47e34fe933f80bfd473091e54d (diff)
downloadranger-ba4731340e1dc9ddb9d7765aaff98c6a2ce58d46.tar.gz
core.actions: removed debug message
-rw-r--r--ranger/core/actions.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ranger/core/actions.py b/ranger/core/actions.py
index 5adf42c9..235be620 100644
--- a/ranger/core/actions.py
+++ b/ranger/core/actions.py
@@ -597,7 +597,6 @@ class Actions(FileManagerAware, EnvironmentAware, SettingsAware):
 					path, str(width), str(height)], read=True,
 					silent=True, descr="Getting preview of %s" % path)
 				def on_after(signal):
-					self.notify("%s complete" % path)
 					exit = signal.process.poll()
 					content = signal.loader.stdout_buffer
 					content += signal.process.stdout.read()