Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Jan 15, 2025
1 parent 255fa11 commit ee4bcb2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -41,7 +40,7 @@ import 'package:freezed_annotation/freezed_annotation.dart';

part 'document_bloc.freezed.dart';

bool enableDocumentInternalLog = true;
bool enableDocumentInternalLog = false;

final Map<String, DocumentBloc> _documentBlocMap = {};

Expand Down

0 comments on commit ee4bcb2

Please sign in to comment.