Skip to content

Commit

Permalink
Removed extra debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
threeplanetssoftware committed Dec 16, 2024
1 parent 935c2fe commit d572c31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/AppleNoteStore.rb
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,6 @@ def rip_notes()
rescue StandardError => error
# warn "\033[101m#{e}\033[m"
@logger.error("AppleNoteStore: NoteStore tried to rip Note#{row["ZNOTE"]} but had to rescue error: #{error}")
puts "Rescued an error, please include this backtrace: #{error.backtrace}"
end
end
end
Expand Down

0 comments on commit d572c31

Please sign in to comment.