lib/helpers/evernote.rb in evertils-0.1.2 vs lib/helpers/evernote.rb in evertils-0.1.3

- old
+ new

@@ -146,12 +146,9 @@ results.should_eval_to(false) end def create_note(title = date_templates[$request.command], body = template_contents, p_notebook_name = nil, file = nil, share_note = false) - if $request.command == :weekly && !Date.today.monday? - Notify.error("Sorry, you can only create new weekly logs on Mondays") - end # Create note object our_note = ::Evernote::EDAM::Type::Note.new our_note.resources = [] our_note.tagNames = [] \ No newline at end of file