Code cleanup
diff --git a/erpnext/selling/page/point_of_sale/point_of_sale.js b/erpnext/selling/page/point_of_sale/point_of_sale.js
index e9960f7..b969434 100644
--- a/erpnext/selling/page/point_of_sale/point_of_sale.js
+++ b/erpnext/selling/page/point_of_sale/point_of_sale.js
@@ -53,7 +53,6 @@
 			() => this.setup_pos_profile(),
 			() => this.make_new_invoice(),
 			() => {
-				this.bind_events();
 				frappe.dom.unfreeze();
 			},
 			() => this.page.set_title(__('Point of Sale'))