Commit e22c4b2811b849d79890a1538aa5164fc025a042

Authored by Daniela Feitosa
1 parent aa963d7a

Removed method not needed

(ActionItem3056)
plugins/comment_classification/lib/comment_classification_plugin.rb
... ... @@ -46,10 +46,6 @@ class CommentClassificationPlugin < Noosfero::Plugin
46 46 end
47 47 end
48 48  
49   - def js_files
50   - 'comment_classification.js'
51   - end
52   -
53 49 def stylesheet?
54 50 true
55 51 end
... ...