lib/snapshot/collector.rb in snapshot-1.2.1 vs lib/snapshot/collector.rb in snapshot-1.2.2

- old
+ new

@@ -58,10 +58,9 @@ Helper.log.info "Found #{activities.count} screenshots..." to_store = [] # contains the names of all the attachments we want to use activities.each do |activity| - # We do care about this, all "Long press Target" events mean screenshots attachment_entry = activity to_store << attachment_entry["Attachments"].last["FileName"] end Helper.log.info "Found #{to_store.join(', ')}" if $verbose