Skip to content

Commit

Permalink
removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp committed Mar 16, 2017
1 parent 76cb9bb commit 0f865bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@
- Configurable font scaling
- Configurable visual mask scaling

[1.4]
- [toDo] Added customization options

[1.3]
- Optional userdata sharing
- Extended Options-Page (Tabs for 'Configuration', 'Feedback' and 'Help Improving')
- Optimized favicon loading mechanism

[1.2]
- Middle click action configuration
Expand Down
5 changes: 0 additions & 5 deletions src/js/helper/dragndrop.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@
idx--;
}

console.log("move", {
id: entryInfos.id,
parentId: parentInfos.id,
index: idx
});
ext.helper.model.call("moveBookmark", {
id: entryInfos.id,
parentId: parentInfos.id,
Expand Down

0 comments on commit 0f865bf

Please sign in to comment.