We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f33764 commit 1fd6d18Copy full SHA for 1fd6d18
core/src/commonIntegrationTest/kotlin/com/powersync/SyncIntegrationTest.kt
@@ -553,7 +553,6 @@ class SyncIntegrationTest {
553
val completeUpload = CompletableDeferred<Unit>()
554
val uploadStarted = CompletableDeferred<Unit>()
555
testConnector.uploadDataCallback = { db ->
556
- println("upload data callback called")
557
db.getCrudBatch()?.let { batch ->
558
uploadStarted.complete(Unit)
559
completeUpload.await()
0 commit comments