Skip to content

Commit b505ad1

Browse files
committed
drop debugging
1 parent c8a5143 commit b505ad1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -480,9 +480,6 @@ fn target_config(sess: &Session, target_info: &LockedTargetInfo) -> TargetConfig
480480
let has_reliable_f16 = target_info.supports_target_dependent_type(CType::Float16);
481481
let has_reliable_f128 = target_info.supports_target_dependent_type(CType::Float128);
482482

483-
eprintln!("reliable f16: {has_reliable_f16}");
484-
eprintln!("reliable f128: {has_reliable_f128}");
485-
486483
TargetConfig {
487484
target_features,
488485
unstable_target_features,

0 commit comments

Comments
 (0)