mirror of
https://github.com/ankitects/anki.git
synced 2026-01-16 07:19:01 -05:00
Remove inverted print statement from recent PR
This commit is contained in:
parent
57c3726650
commit
129911a0d0
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