Skip to content

Commit

Permalink
remove accidentally commited snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
dadav committed Jan 19, 2020
1 parent 7e80a7b commit 93bdf2e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pwnagotchi/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,6 @@ def is_new(self):

def setup_logging(args, config):
cfg = config['main']['log']
memory_cfg = config['fs']['memory']
log_to_memory = memory_cfg['enabled'] and \
memory_cfg['files']['logs']['enabled']
memory_log_levels = memory_cfg['files']['logs']['levels'] \
if log_to_memory else None
filename = cfg['path']

formatter = logging.Formatter("[%(asctime)s] [%(levelname)s] %(message)s")
Expand Down

0 comments on commit 93bdf2e

Please sign in to comment.