Skip to content

Commit

Permalink
clean up console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
vpegado committed May 21, 2014
1 parent 17008db commit a7c8805
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion file.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ angular.module('file', [])
if (files.length === changeEvent.target.files.length) {
scope.$apply(function () {
scope.file = files;
console.log(files);
});
}
};
Expand Down

0 comments on commit a7c8805

Please sign in to comment.