mirror of
https://github.com/immich-app/immich.git
synced 2025-05-24 01:12:58 -04:00
remove prints
This commit is contained in:
parent
87826a0de4
commit
4ecfda0014
@ -19,7 +19,6 @@ class GCastRepository {
|
||||
GCastRepository();
|
||||
|
||||
Future<void> 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<void> disconnect() async {
|
||||
|
Loading…
x
Reference in New Issue
Block a user