Skip to content
Snippets Groups Projects
Commit 761f695e authored by Pierre Masereel's avatar Pierre Masereel
Browse files

[FIX] pos_restaurant: fix typo


Forgot to remove unused function with pudb in a248171d

closes odoo/odoo#35822

Signed-off-by: default avatarpimodoo <pimodoo@users.noreply.github.com>
parent 30ab0d3a
Branches
Tags
No related merge requests found
......@@ -32,9 +32,6 @@ class RestaurantFloor(models.Model):
raise UserError(error_msg)
return super(RestaurantFloor, self).unlink()
def _check_pos_sessions(self, error_msg):
import pudb; pudb.set_trace()
class RestaurantTable(models.Model):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment