Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromemacias committed Aug 26, 2015
1 parent f6e6fe6 commit 29b1407
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/javascripts/ng-admin/Crud/field/maFileField.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ define(function (require) {
}

scope.fileSelected = function(selectedFiles) {
console.log(selectedFiles);
if (!selectedFiles || !selectedFiles.length) {
return;
}
Expand Down

0 comments on commit 29b1407

Please sign in to comment.