mirror of
https://github.com/immich-app/immich.git
synced 2025-06-24 17:03:11 +02:00
remove prints
This commit is contained in:
parent
87826a0de4
commit
4ecfda0014
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue