Remove an unnecessary call to save()

Akinori MUSHA 8 years ago
parent
commit
cc8e1bb9cc
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/models/agents/data_output_agent.rb

+ 0 - 1
app/models/agents/data_output_agent.rb

@@ -228,7 +228,6 @@ module Agents
228 228
 
229 229
       if reload
230 230
         memory[:event_ids] = events.map(&:id)
231
-        save
232 231
       end
233 232
 
234 233
       events