summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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()