Removed ddebuglines.
This commit is contained in:
parent
9d1f6831df
commit
0dc75452d6
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user