Skip to content

Commit 9bb5dcc

Browse files
authored
Merge pull request RustPython#1051 from michelhe/get-rid-of-debug-print
Remove a mistakenly commited debug print
2 parents 650139b + c972e7c commit 9bb5dcc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vm/src/obj/objstr.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1140,7 +1140,6 @@ fn do_cformat_specifier(
11401140
if num_chars != 1 {
11411141
Err(vm.new_type_error("%c requires int or char".to_string()))
11421142
} else {
1143-
println!("Hurray!");
11441143
Ok(s.chars().next().unwrap().to_string())
11451144
}
11461145
} else {

0 commit comments

Comments
 (0)