Skip to content

Commit

Permalink
Remove manual log configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Dec 22, 2024
1 parent 52a1147 commit 913ce93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythondap/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os
from IPython.terminal.embed import InteractiveShellEmbed
import argparse
os.environ["RUST_LOG"] = "error"
# os.environ["RUST_LOG"] = "error"

from pythondap import Debugger

Expand Down

0 comments on commit 913ce93

Please sign in to comment.