[fix] [cleanup]
diff --git a/erpnext/public/js/pos/pos.js b/erpnext/public/js/pos/pos.js
index da82ba2..164e883 100644
--- a/erpnext/public/js/pos/pos.js
+++ b/erpnext/public/js/pos/pos.js
@@ -463,7 +463,6 @@
 		var me = this;
 		dialog.set_primary_action(__("Pay"), function() {
 			var values = dialog.get_values();
-			console.log(values);
 			var is_cash = values.mode_of_payment === __("Cash");
 			if (!is_cash) {
 				values.write_off_amount = values.change = 0.0;
@@ -514,8 +513,6 @@
 		}
 	}
 
-	console.log(frm.page.current_view_name);
-
 	if(frm.page.current_view_name!=="pos") {
 		// before switching, ask for pos name
 		if(!price_list) {