Commit 676eedb8 authored by csillag's avatar csillag

Silence a debug output in annotator. Closes #1610.

parent 1adf42e9
// Generated by CoffeeScript 1.6.3 // Generated by CoffeeScript 1.6.3
/* /*
** Annotator 1.2.6-dev-9e0eff3 ** Annotator 1.2.6-dev-48d2dd2
** https://github.com/okfn/annotator/ ** https://github.com/okfn/annotator/
** **
** Copyright 2012 Aron Carroll, Rufus Pollock, and Nick Stenning. ** Copyright 2012 Aron Carroll, Rufus Pollock, and Nick Stenning.
** Dual licensed under the MIT and GPLv3 licenses. ** Dual licensed under the MIT and GPLv3 licenses.
** https://github.com/okfn/annotator/blob/master/LICENSE ** https://github.com/okfn/annotator/blob/master/LICENSE
** **
** Built at: 2014-09-25 22:40:52Z ** Built at: 2014-10-28 02:52:53Z
*/ */
...@@ -1434,8 +1434,6 @@ ...@@ -1434,8 +1434,6 @@
this.anchors[pageIndex].push(anchor); this.anchors[pageIndex].push(anchor);
} }
anchor.realize(); anchor.realize();
} else {
console.log("Could not create anchor for annotation '", annotation.id, "'.");
} }
} catch (_error) { } catch (_error) {
exception = _error; exception = _error;
...@@ -2416,3 +2414,4 @@ ...@@ -2416,3 +2414,4 @@
}); });
}).call(this); }).call(this);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment