remove stupid debug statement

This commit is contained in:
blek 2023-10-14 00:11:53 +10:00
parent 2c21bdbf57
commit 5fff047b92
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 0 additions and 1 deletions

View File

@ -24,6 +24,5 @@ fn main() {
println!("{:?}", path);
path
}, bundled).unwrap();
panic!()
})
}