Skip to content

Commit 4726260

Browse files
committed
do not convert submission results to string
1 parent 5d6d4f6 commit 4726260

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tmc-langs-cli/src/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,8 +1109,6 @@ fn run_core(matches: &ArgMatches) -> Result<PrintToken> {
11091109
let submission_finished = core
11101110
.wait_for_submission(&submission_url)
11111111
.context("Failed while waiting for submissions")?;
1112-
let submission_finished = serde_json::to_string(&submission_finished)
1113-
.context("Failed to serialize submission results")?;
11141112

11151113
let output = Output {
11161114
status: Status::Finished,

0 commit comments

Comments
 (0)