OSDN Git Service

Removed useless debug code. #5978
authorJean-Baptiste Barth <jeanbaptiste.barth@gmail.com>
Sun, 8 Aug 2010 20:26:33 +0000 (20:26 +0000)
committerJean-Baptiste Barth <jeanbaptiste.barth@gmail.com>
Sun, 8 Aug 2010 20:26:33 +0000 (20:26 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3928 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/models/changeset.rb

index 3bd26b1..063a4a4 100644 (file)
@@ -76,7 +76,6 @@ class Changeset < ActiveRecord::Base
   def after_create
     scan_comment_for_issue_ids
   end
-  require 'pp'
   
   def scan_comment_for_issue_ids
     return if comments.blank?