From 5fff047b92823002de2ee7da243eabbf2e55fab4 Mon Sep 17 00:00:00 2001 From: blek Date: Sat, 14 Oct 2023 00:11:53 +1000 Subject: [PATCH] remove stupid debug statement --- filed/build.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/filed/build.rs b/filed/build.rs index 92ae10c..4c0b9b1 100644 --- a/filed/build.rs +++ b/filed/build.rs @@ -24,6 +24,5 @@ fn main() { println!("{:?}", path); path }, bundled).unwrap(); - panic!() }) } \ No newline at end of file