Skip to content

Commit 87d37e3

Browse files
authored
Merge pull request #176 from mRezaAnanta/fix/toggle-multipart-form-field
fix(multipart form): fixing bug that prints true/false on random places
2 parents 872593f + e3f4733 commit 87d37e3

File tree

1 file changed

+1
-2
lines changed
  • src/app/business_logic/request/http

1 file changed

+1
-2
lines changed

src/app/business_logic/request/http/body.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ impl App<'_> {
130130
None => {
131131
let state = !form[row].enabled;
132132
// Better user feedback
133-
println!("{state}");
134133
state
135134
},
136135
Some(state) => state
@@ -163,4 +162,4 @@ impl App<'_> {
163162
self.save_collection_to_file(collection_index);
164163
Ok(())
165164
}
166-
}
165+
}

0 commit comments

Comments
 (0)