Skip to content

Commit 5970fa9

Browse files
committed
Remove debug output
Remove the debug output used to hack this.
1 parent d1f3640 commit 5970fa9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/git-rails/commands/update.rb

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ class Update < GitRails::Command
55
def run(plugin_name)
66
git = GitRails::Git.new
77
path = plugin_name.match('/') ? plugin_name : File.join("vendor", "plugins", plugin_name)
8-
puts path + " - " + plugin_name
98
Dir.chdir(path) do
109
git.pull
1110
end

0 commit comments

Comments
 (0)