mirror of
https://github.com/fspc/BikeShed-1.git
synced 2025-02-28 16:53:23 -05:00
Remove puts
This commit is contained in:
parent
a00c1ed925
commit
145a731ed2
@ -70,7 +70,6 @@ class User < ActiveRecord::Base
|
||||
log_action_id: log_action.id,
|
||||
log_action_type: log_action.class.to_s)
|
||||
save
|
||||
puts logs.inspect
|
||||
end
|
||||
|
||||
def checkout
|
||||
@ -80,6 +79,5 @@ class User < ActiveRecord::Base
|
||||
where("start_date = end_date").first
|
||||
checked.end_date = Time.now
|
||||
checked.save
|
||||
puts logs.inspect
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user