mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Oops, left a debug still standing..
This commit is contained in:
parent
17a5bb122a
commit
5788da8ddc
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ fn usage(program: &str, opts: &Options) -> String {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
println!("{:?}",i16::max_value());
|
|
||||||
let args: Vec<String> = std::env::args().collect();
|
let args: Vec<String> = std::env::args().collect();
|
||||||
let program = args[0].clone();
|
let program = args[0].clone();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue