Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 6146eed

Browse files
committed
Remove test print
1 parent 34eaa4e commit 6146eed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fyCursor/core/core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,6 @@ def one(self) -> Any:
323323

324324
def commit(self) -> Self:
325325
if self._execution:
326-
print(self._execution)
327326
super().execute(self._execution)
328327
elif self._query:
329328
super().execute(self._query)

0 commit comments

Comments
 (0)