瀏覽代碼

remove debugprint

Neeraj Gupta 2 年之前
父節點
當前提交
6b7806c0d3
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      lib/ui/viewer/file/file_caption_widget.dart

+ 0 - 2
lib/ui/viewer/file/file_caption_widget.dart

@@ -138,8 +138,6 @@ class _FileCaptionWidgetState extends State<FileCaptionWidget> {
     if (hasFocus) {
       KeyboardOverlay.showOverlay(context, keyboardTopButtoms!);
     } else {
-      debugPrint("Removing listener");
-
       KeyboardOverlay.removeOverlay();
     }
   }