Skip to content

Commit 1bf6dc4

Browse files
committed
remove debug lines on fire up
1 parent f05547f commit 1bf6dc4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

QuARG.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@
7171
import shutil # used to remove directories
7272
import webbrowser
7373
import pandas as pd
74+
75+
import logging
76+
77+
logging.getLogger("matplotlib").setLevel(logging.WARNING)
78+
7479
import matplotlib.pyplot as plt
7580
import matplotlib.dates as mdates
7681
import numpy as np

0 commit comments

Comments
 (0)