[refactor] remove logging

This commit is contained in:
zombieFox 2020-03-16 22:52:51 +00:00
parent 4540b6dae9
commit 6c29837ed3

View File

@ -211,7 +211,6 @@ var bookmarks = (function() {
mod.add = { mod.add = {
link: function(data) { link: function(data) {
console.log(data);
if (data.position.group.new) { if (data.position.group.new) {
mod.add.group({ mod.add.group({
position: { position: {