Skip to content

Commit

Permalink
#52 Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Sep 8, 2017
1 parent 78b4fc5 commit a48e67b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/app/scripts/controllers/case/CaseMainCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@
var extractExportErrors = function (errors) {
var result = [];

console.log(errors);
result = errors.map(function(item) {
return {
data: item.object.dataType === 'file' ? item.object.attachment.name : item.object.data,
Expand Down

0 comments on commit a48e67b

Please sign in to comment.