Skip to content
Snippets Groups Projects
Commit a8b323f8 authored by Daniel Speckhard's avatar Daniel Speckhard
Browse files

Removed fairdi logging.

parent ffbca208
No related branches found
No related tags found
No related merge requests found
# Copyright 2016-2018 Lauri Himanen, Fawzi Mohamed, Ankit Kariryaa # Copyright 2016-2018 Lauri Himanen, Fawzi Mohamed, Ankit Kariryaa
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
# You may obtain a copy of the License at # You may obtain a copy of the License at
# #
# http://www.apache.org/licenses/LICENSE-2.0 # http://www.apache.org/licenses/LICENSE-2.0
# #
# Unless required by applicable law or agreed to in writing, software # Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, # distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
......
...@@ -140,4 +140,3 @@ class CPMDParser(ParserInterface): ...@@ -140,4 +140,3 @@ class CPMDParser(ParserInterface):
logger.exception("A parser class '{}' could not be found in the module '[]'.".format(run_type.class_name, parser_module)) logger.exception("A parser class '{}' could not be found in the module '[]'.".format(run_type.class_name, parser_module))
raise raise
self.main_parser = parser_class(self.parser_context) self.main_parser = parser_class(self.parser_context)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment