Skip to content

Commit

Permalink
remove debugging from example script
Browse files Browse the repository at this point in the history
  • Loading branch information
tokeefe authored Aug 5, 2022
1 parent fd9efad commit 4933144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/beiwe_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

logger = logging.getLogger('downloader')
logging.basicConfig(level=logging.INFO)
logging.getLogger('mano').setLevel(logging.DEBUG)

def main():
parser = ap.ArgumentParser('beiwe downloader script')
parser.add_argument('--output-base', default='.')
Expand Down

0 comments on commit 4933144

Please sign in to comment.