Skip to content

Commit

Permalink
Remove unnecessary puts statement in Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjalbert committed Sep 29, 2013
1 parent ed24dae commit f908340
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Rakefile
Expand Up @@ -16,7 +16,6 @@ end

desc "Run git_statistics on current/specified directory (for debugging)"
task :run, :dir do |t, args|
puts args[:dir]
Bundler.require(:debug)
require 'git_statistics'
GitStatistics::CLI.new(args[:dir]).execute
Expand Down

0 comments on commit f908340

Please sign in to comment.