Skip to content

Commit

Permalink
Removing console.log message
Browse files Browse the repository at this point in the history
  • Loading branch information
simianhacker committed May 12, 2014
1 parent 0d3e1ca commit 378cee5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/directives/resizable.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ function (angular) {
return {
restrict: 'A',
link: function(scope, elem) {
console.log('linked');

var getOpts = function() {
return {
Expand Down

0 comments on commit 378cee5

Please sign in to comment.