public
Rubygem
Description: Capistrano Recipies for God
Homepage: http://github.com/jnewland/san_juan
Clone URL: git://github.com/jnewland/san_juan.git
remove some debugging code
jnewland (author)
Tue May 20 11:01:53 -0700 2008
commit  4dbeb93ecd0fd93b6f45469f9730ec5f64ead4cb
tree    b0f8b52c5bdc348d43555e6f6ae6470a67b3ca25
parent  117f96c537e7217508ed9be139fc74f28dd93bdb
...
7
8
9
10
11
12
13
...
7
8
9
 
10
11
12
0
@@ -7,7 +7,6 @@ module SanJuan
0
 
0
   def role(role, watches)
0
     @@roles << role
0
-    puts "defining cap tasks for god role #{role}"
0
 
0
     namespace :god do
0
 

Comments