Skip to content

Commit

Permalink
Preparing for release: readme and debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
bordaigorl committed Jul 4, 2014
1 parent db18cbd commit 3ff9deb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ See [Commands](#commands) and the [wiki] for details.

## What's new

**v2.5.2** (not yet released)
**v2.5.2**

+ Added attachments management: list, open, insert attachments from file or url (solves #24)
+ Notebook list can show stack names and be sorted (#30, thanks @danielfrg)
Expand Down Expand Up @@ -62,7 +62,7 @@ If you need to reconfigure the plugin go to `Preferences > Package Settings > Ev
> **PLEASE NOTE**
>
> The authentication method makes use of the Developer Token which is unique to your account and grants read-write access to your Evernote.
> This token will be saved in your user settings in the `Evernote.sublime-settings` so make sure you do not share this publicly!
> This token will be saved in your user settings in the `Evernote.sublime-settings` file so make sure you do not share this publicly!

## Commands
Expand Down
2 changes: 1 addition & 1 deletion sublime_evernote.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
SUBLIME_EVERNOTE_COMMENT_BEG = "<!-- Sublime:"
SUBLIME_EVERNOTE_COMMENT_END = "-->"

DEBUG = True
DEBUG = False

if DEBUG:
def LOG(*args):
Expand Down

0 comments on commit 3ff9deb

Please sign in to comment.