Skip to content

Commit 079391b

Browse files
committed
chore: removed unnecessary code
1 parent 7fb7add commit 079391b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test-app/app/src/debug/java/com/tns/NativeScriptSyncService.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ public void run() {
144144
do {
145145
int operation = getOperation();
146146

147-
System.out.println("Operation: " + input.available());
148147
if (operation == DELETE_FILE_OPERATION) {
149148

150149
String fileName = getFileName();

0 commit comments

Comments
 (0)