Skip to content

Commit a4aa53d

Browse files
committed
removing logging
1 parent 1940eab commit a4aa53d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/javascripts/directives.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ angular.module('birdwatch.directives', ['charts.barchart', 'charts.wordcloud'])
88
restrict: 'C',
99
scope: { tweet: "=tweet" },
1010
templateUrl: "/assets/templates/tweetCard.tpl.html",
11-
link: function (scope, elem, attrs) { console.log(scope) }
11+
link: function (scope, elem, attrs) { }
1212
}
1313
})
1414
.directive('barchart', function (barchart) {

0 commit comments

Comments
 (0)