Skip to content

Commit

Permalink
remove extra console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
bitkarrot committed Jan 17, 2024
1 parent 1cfef27 commit ddc7c78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/scheduler/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,6 @@ <h5 class="text-subtitle1 q-my-none">Schedule *</h5>
},
flattenExportCSV: function (columns, data, fileName) {
var flattenNestedData = function (data, field) {
console.log("field: ", field)
if (typeof field === 'function') {
return field(data);
} else if (field === 'headers') {
Expand Down

0 comments on commit ddc7c78

Please sign in to comment.