Skip to content

Commit ac65025

Browse files
committed
Remove log statement
1 parent 9e191ac commit ac65025

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

android/sdl_android/src/main/java/com/smartdevicelink/managers/video/VideoStreamManager.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ public void onServiceError(SdlSession session, SessionType type, String reason)
146146
private final OnRPCNotificationListener hmiListener = new OnRPCNotificationListener() {
147147
@Override
148148
public void onNotified(RPCNotification notification) {
149-
Log.e(TAG, "TESTING");
150149
if(notification != null){
151150
OnHMIStatus onHMIStatus = (OnHMIStatus) notification;
152151
if (onHMIStatus.getWindowID() != null && onHMIStatus.getWindowID() != PredefinedWindows.DEFAULT_WINDOW.getValue()) {

0 commit comments

Comments
 (0)