Removed not needed comment.

This commit is contained in:
Martin Edenhofer 2012-11-13 08:52:03 +01:00
parent 7cc29d6b94
commit 0ecad4aaa8
2 changed files with 7 additions and 1 deletions

View file

@ -25,7 +25,6 @@ class _Singleton extends Spine.Module
constructor: ->
@clear()
# @log = App.LogModule
clear: ->
@data = {}

View file

@ -0,0 +1,7 @@
class TicketOrganization < ActiveRecord::Migration
def up
end
def down
end
end