Removed ddebuglines.
This commit is contained in:
parent
9d1f6831df
commit
0dc75452d6
@ -31,11 +31,7 @@ class BaseMapper:
|
|||||||
database_exception = None
|
database_exception = None
|
||||||
for x in range(20):
|
for x in range(20):
|
||||||
try:
|
try:
|
||||||
print("happeninggg!!")
|
|
||||||
print(*args,**kwargs)
|
|
||||||
print(self.table_name)
|
|
||||||
result = func(*args, **kwargs)
|
result = func(*args, **kwargs)
|
||||||
print("REsult:",result)
|
|
||||||
self.db.commit()
|
self.db.commit()
|
||||||
return result
|
return result
|
||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
|
Loading…
Reference in New Issue
Block a user