Skip to content

Commit

Permalink
removed console
Browse files Browse the repository at this point in the history
  • Loading branch information
ConstantineYurevich committed Apr 20, 2017
1 parent a34f4db commit 0678488
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/trackers/trackLink.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ function onClick(el, handler) {
|| el.getAttribute('xlink:href');

try {
console.warn(el);
console.warn(handler);
handler(el);
} catch (error) {
console.warn(error);
// TODO
}

Expand Down

0 comments on commit 0678488

Please sign in to comment.