Removed ddebuglines.

This commit is contained in:
retoor 2025-06-14 18:36:40 +02:00
parent 9d1f6831df
commit 0dc75452d6

View File

@ -31,11 +31,7 @@ class BaseMapper:
database_exception = None
for x in range(20):
try:
print("happeninggg!!")
print(*args,**kwargs)
print(self.table_name)
result = func(*args, **kwargs)
print("REsult:",result)
self.db.commit()
return result
except Exception as ex: