diff --git a/file.js b/file.js index b610ff2..e37287d 100644 --- a/file.js +++ b/file.js @@ -34,7 +34,6 @@ angular.module('file', []) if (files.length === changeEvent.target.files.length) { scope.$apply(function () { scope.file = files; - console.log(files); }); } };