Adapt code from iganaq
This commit is contained in:
parent
4053c354bd
commit
ca20c11962
60 changed files with 1329 additions and 1860 deletions
|
|
@ -1,6 +0,0 @@
|
|||
pub fn elog(message: &str) {
|
||||
// DONE MUST be printed only if DEBUG is set in the environment
|
||||
if let Ok(debug) = std::env::var("DEBUG") && !debug.is_empty() {
|
||||
eprintln!(" [log] {message}");
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue