summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/defaults/apps.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ranger/defaults/apps.py b/ranger/defaults/apps.py
index 5c4174ab..009b37f9 100644
--- a/ranger/defaults/apps.py
+++ b/ranger/defaults/apps.py
@@ -62,7 +62,6 @@ class CustomApplications(Applications):
 		default_editor = os.environ['EDITOR']
 		parts = default_editor.split()
 		exe_name = os.path.basename(parts[0])
-		log(exe_name)
 
 		if exe_name in self.fm.executables:
 			return tuple(parts) + tuple(c)