aboutsummaryrefslogtreecommitdiff
path: root/wqflask/utility/logger.py
diff options
context:
space:
mode:
authorzsloan2018-04-09 18:13:59 +0000
committerzsloan2018-04-09 18:13:59 +0000
commitbd6d36ddb366a3ee427a0c237ebf8f672606ff19 (patch)
tree761e95485b546e2f988503f40c8cb7bd432a4ce9 /wqflask/utility/logger.py
parent1cf4b598dd986760627eef4144c0445679c97866 (diff)
downloadgenenetwork2-bd6d36ddb366a3ee427a0c237ebf8f672606ff19.tar.gz
Fixed issue that caused and error for certain types of mapping due to variable not being initialized
Removed a bunch of unused statistical functions from Plot.py and webqtlUtil.py. I figure that if we ever need them again, there's probably some third party library that includes them. Also removed unused file AJAX_table.py and other unused code from several other files
Diffstat (limited to 'wqflask/utility/logger.py')
-rw-r--r--wqflask/utility/logger.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/utility/logger.py b/wqflask/utility/logger.py
index 128706df..510b1041 100644
--- a/wqflask/utility/logger.py
+++ b/wqflask/utility/logger.py
@@ -33,7 +33,7 @@ from pprint import pformat as pf
from inspect import stack
import datetime
-from utility.tools import LOG_LEVEL, LOG_LEVEL_DEBUG, LOG_SQL, LOG_FORMAT
+from utility.tools import LOG_LEVEL, LOG_LEVEL_DEBUG, LOG_SQL
class GNLogger:
"""A logger class with some additional functionality, such as