remove debug statement

This commit is contained in:
Steve Pettitt
2016-02-20 21:22:10 +00:00
parent d39b62aa31
commit 92cfcb8fc9

View File

@@ -1,7 +1,6 @@
Darkswarm.directive "logoFallback", () ->
restrict: "A"
link: (scope, elm, attr)->
console.log elm
elm.bind('error', ->
elm.replaceWith("<i class='ofn-i_059-producer'></i>")
)