From ee4bcb252724e5bf622efe33b334c147cf304cb4 Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Wed, 15 Jan 2025 20:44:12 +0800 Subject: [PATCH] chore: remove unused code --- .../lib/plugins/document/application/document_bloc.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/appflowy_flutter/lib/plugins/document/application/document_bloc.dart b/frontend/appflowy_flutter/lib/plugins/document/application/document_bloc.dart index e9a1455dbd808..e3d79a586869e 100644 --- a/frontend/appflowy_flutter/lib/plugins/document/application/document_bloc.dart +++ b/frontend/appflowy_flutter/lib/plugins/document/application/document_bloc.dart @@ -28,7 +28,6 @@ import 'package:appflowy_backend/protobuf/flowy-user/protobuf.dart'; import 'package:appflowy_editor/appflowy_editor.dart' show AppFlowyEditorLogLevel, - DeleteOperation, EditorState, Position, Selection, @@ -41,7 +40,7 @@ import 'package:freezed_annotation/freezed_annotation.dart'; part 'document_bloc.freezed.dart'; -bool enableDocumentInternalLog = true; +bool enableDocumentInternalLog = false; final Map _documentBlocMap = {};