summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-01-23 02:08:57 +0100
committerhut <hut@lavabit.com>2010-01-23 02:08:57 +0100
commit9882fb7f58b322bd57f39dd05cc24edf66e5a32f (patch)
tree2c658d037185184cedd111379db883cee1dc9026
parent2672dccc07f510e4df719c1f730861951cf2e33e (diff)
downloadranger-9882fb7f58b322bd57f39dd05cc24edf66e5a32f.tar.gz
clean up
-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)
+0200 committer hut <hut@lavabit.com> 2011-10-08 06:09:02 +0200 general updates' href='/akspecs/ranger/commit/doc/HACKING?h=v1.5.3&id=7bf5f9672ee79489553506831b7cab54a8609077'>7bf5f967 ^
1881922f ^

f8f6f7f9 ^



7bf5f967 ^
f8f6f7f9 ^




7bf5f967 ^
f8f6f7f9 ^




f8f6f7f9 ^

29028631 ^

a2853ab6 ^
3ee05c16 ^

f8f6f7f9 ^
f8f6f7f9 ^







f8f6f7f9 ^




7bf5f967 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79