Skip to content
Snippets Groups Projects
Commit 26ae33d0 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: add CL entry and remove debug output

parent 7328d10c
No related branches found
No related tags found
2 merge requests!39Release 0.4.0,!20created draft for generic analysis method
......@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
exits (for example when importing data from a table)
- added the `datatypes` argument to `TableImporter` for columns that do not
need a special conversion function
- `generic_analysis.py` allows to easily call scripts to perform analyses in
server side scripting
### Changed ###
......
......@@ -48,7 +48,6 @@ def configure_server_side_logging(loggername="caosadvancedtools"):
# The output shall be printed in the webui. Thus wrap it in html elements.
formatter = WebUI_Formatter(full_file="/Shared/{}".format(filename))
print("/Shared/{}".format(filename))
web_handler = logging.StreamHandler(stream=sys.stdout)
web_handler.setFormatter(formatter)
web_handler.setLevel(logging.INFO)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment