mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
Remove System.out.println
This commit is contained in:
parent
10a7b1b035
commit
9c3c6271a3
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@ public class LimboResultSet {
|
|||
}
|
||||
|
||||
lastStepResult = this.statement.step();
|
||||
System.out.println(lastStepResult);
|
||||
pastLastRow = lastStepResult == null || lastStepResult.isDone();
|
||||
return !pastLastRow;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue