浏览代码

[mob][cast] Improve logs

Neeraj Gupta 1 年之前
父节点
当前提交
371f3b538f
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      mobile/lib/ui/viewer/gallery/gallery_app_bar_widget.dart

+ 1 - 2
mobile/lib/ui/viewer/gallery/gallery_app_bar_widget.dart

@@ -810,14 +810,13 @@ class _GalleryAppBarWidgetState extends State<GalleryAppBarWidget> {
       final String castToken = const Uuid().v4().toString();
       final castPayload = CollectionsService.instance
           .getCastData(castToken, widget.collection!, publicKey);
-      _logger.info("Casting album with token $castToken");
       await gw.publishCastPayload(
         code,
         castPayload,
         widget.collection!.id,
         castToken,
       );
-      _logger.info("Casted album with token $castToken");
+      _logger.info("cast album completed");
       // showToast(bContext, S.of(context).pairingComplete);
       castNotifier.value++;
       return true;