Skip to content

Commit ddc7c78

Browse files
committed
remove extra console.log
1 parent 1cfef27 commit ddc7c78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/scheduler/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,6 @@ <h5 class="text-subtitle1 q-my-none">Schedule *</h5>
715715
},
716716
flattenExportCSV: function (columns, data, fileName) {
717717
var flattenNestedData = function (data, field) {
718-
console.log("field: ", field)
719718
if (typeof field === 'function') {
720719
return field(data);
721720
} else if (field === 'headers') {

0 commit comments

Comments
 (0)