diff options
author | hut <hut@lavabit.com> | 2010-10-10 07:52:38 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-10-10 07:52:38 +0200 |
commit | ba4731340e1dc9ddb9d7765aaff98c6a2ce58d46 (patch) | |
tree | 2ddcd07353af0d3fb4038e32787841867e25001b | |
parent | 875ad00a0fefba47e34fe933f80bfd473091e54d (diff) | |
download | ranger-ba4731340e1dc9ddb9d7765aaff98c6a2ce58d46.tar.gz |
core.actions: removed debug message
-rw-r--r-- | ranger/core/actions.py | 1 |
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() |