From fa8bbf92f919aceb0fefa78f58131b96101a2529 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Wed, 12 Aug 2020 12:23:51 -0700 Subject: [PATCH] Remove call to logging.basicconfig, let the frontend do it. --- etiquette/photodb.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/etiquette/photodb.py b/etiquette/photodb.py index 24c5c6b..c9be2fd 100644 --- a/etiquette/photodb.py +++ b/etiquette/photodb.py @@ -26,9 +26,6 @@ from . import searchhelpers from . import tag_export -logging.basicConfig() - - #################################################################################################### ####################################################################################################