1
0
mirror of https://github.com/nextcloud/talk-android synced 2025-07-09 05:50:15 +01:00

Remove log

This commit is contained in:
Mario Danic 2018-10-17 14:18:30 +02:00
parent 83a91539fb
commit ae1feadbc2

View File

@ -1715,7 +1715,6 @@ public class CallController extends BaseController {
}
});
} else {
Log.d("MARIO", "SENDING CALL MESSAGE " + ncMessageWrapper.getSignalingMessage().getType());
webSocketClient.sendCallMessage(ncMessageWrapper);
}
}