mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
remove temporary sync/dbcheck logging
This commit is contained in:
parent
09dfa9ced6
commit
9bc8434538
1 changed files with 0 additions and 7 deletions
|
@ -274,10 +274,3 @@ def translate_string_in(
|
|||
else:
|
||||
args[k] = pb.TranslateArgValue(number=v)
|
||||
return pb.TranslateStringIn(key=key, args=args)
|
||||
|
||||
|
||||
# temporarily force logging of media handling
|
||||
if "RUST_LOG" not in os.environ:
|
||||
os.environ[
|
||||
"RUST_LOG"
|
||||
] = "warn,anki::media=debug,anki::sync=debug,anki::dbcheck=debug"
|
||||
|
|
Loading…
Reference in a new issue