fix: Remove console statement

This commit is contained in:
Faris Ansari 2019-05-23 14:39:38 +05:30 committed by GitHub
parent 13e0fcde0c
commit 8f784c8555
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,6 @@ erpnext.hr.AttendanceControlPanel = frappe.ui.form.Controller.extend({
var $log_wrapper = $(this.frm.fields_dict.import_log.wrapper).empty();
frappe.realtime.on('import_attendance', (data) => {
console.log(data)
if (data.progress) {
this.frm.dashboard.show_progress('Import Attendance', data.progress / data.total * 100,
__('Importing {0} of {1}', [data.progress, data.total]));