mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-04 08:54:20 +01:00
Remove System.out.println
This commit is contained in:
@@ -55,7 +55,6 @@ public class LimboResultSet {
|
||||
}
|
||||
|
||||
lastStepResult = this.statement.step();
|
||||
System.out.println(lastStepResult);
|
||||
pastLastRow = lastStepResult == null || lastStepResult.isDone();
|
||||
return !pastLastRow;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user