public
Description: One off scripts, small plugins etc which I find useful.
Clone URL: git://github.com/simonjefford/tinyprojects.git
Remove options.inspect debugging line
simonjefford (author)
Sun May 11 09:52:18 -0700 2008
commit  354b4e9ac2fc6f1174f5c1f16b02fe78b7bfcf91
tree    f468ef0d89b108237a6afc01c3a28aa1b383ac74
parent  2be4ab9a212cadc4a1eaca85417170a48d76b595
...
54
55
56
57
58
59
60
61
...
54
55
56
 
 
57
58
59
0
@@ -54,8 +54,6 @@ if !options[:account]
0
   raise "No account was found either in .git config or on the command line (see gil --help)"
0
 end
0
 
0
-puts options.inspect
0
-
0
 require File.dirname(__FILE__) + '/lighthouse'
0
 include Lighthouse
0
 

Comments

    No one has commented yet.