mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Remove inverted print statement from recent PR
This commit is contained in:
parent
c6a63cf959
commit
efa9c5a39a
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@ fn main() -> Result<()> {
|
|||
build_bundle(build)?;
|
||||
|
||||
if env::var("OFFLINE_BUILD").is_err() {
|
||||
println!("OFFLINE_BUILD is set, skipping build of offline documentation.");
|
||||
setup_sphix(build)?;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue