mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-07 05:38:43 +02:00
Remove a debug print
This commit is contained in:
@@ -428,8 +428,6 @@ class BaseModel(metaclass=ModelMeta):
|
||||
def __eq__(self, other):
|
||||
if type(self) != type(other):
|
||||
return False
|
||||
if self._get_cmp_data() != other._get_cmp_data():
|
||||
print(self._get_cmp_data(), other._get_cmp_data())
|
||||
return self._get_cmp_data() == other._get_cmp_data()
|
||||
|
||||
def __lt__(self, other):
|
||||
|
Reference in New Issue
Block a user