diff --git a/mobile/lib/repositories/gcast.repository.dart b/mobile/lib/repositories/gcast.repository.dart index ee3e721dab..fbe950d680 100644 --- a/mobile/lib/repositories/gcast.repository.dart +++ b/mobile/lib/repositories/gcast.repository.dart @@ -19,7 +19,6 @@ class GCastRepository { GCastRepository(); Future connect(CastDevice device) async { - print("Connecting to ${device.name}"); _castSession = await CastSessionManager().startSession(device); _castSession?.stateStream.listen((state) { @@ -38,8 +37,6 @@ class GCastRepository { 'type': 'LAUNCH', 'appId': 'CC1AD845', }); - - print("Connected to ${device.name}"); } Future disconnect() async {