Skip to content

Commit

Permalink
remove logging code
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Nov 15, 2024
1 parent e023e7f commit 93f8f29
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/dart_services/lib/src/analysis.dart
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,6 @@ class AnalysisServerWrapper {
);
}).catchError((dynamic error) {
_logger.fine('format error: $error');
print('error from format');
print(' $error');
return api.FormatResponse(source: src, offset: offset);
});
}
Expand Down

0 comments on commit 93f8f29

Please sign in to comment.