Skip to content
This repository was archived by the owner on Nov 24, 2024. It is now read-only.

Commit

Permalink
Update curl.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
ashitaprasad committed Jul 14, 2024
1 parent ea6bb66 commit 726e8cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/models/curl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ class Curl extends Equatable {

final method = (result['request'] as String?)?.toUpperCase();

print("Headers: ${result['header']}");
// Extract the request headers
Map<String, String>? headers;
if (result['header'] != null) {
Expand Down

0 comments on commit 726e8cd

Please sign in to comment.