Skip to content

Commit

Permalink
Remove accidental left in debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
janssenhenning committed Apr 21, 2022
1 parent c867ea2 commit 49aba77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.10.1
[full changelog](https://github.com/JuDFTteam/masci-tools/compare/v0.10.0...v0.10.1)

### Bugfixes
- Remove accidentally left in debug print in `outxml_parser`

## v.0.10.0
[full changelog](https://github.com/JuDFTteam/masci-tools/compare/v0.9.1...v0.10.0)

Expand Down
1 change: 0 additions & 1 deletion masci_tools/io/parsers/fleur/fleur_outxml_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ def _determine_iteration_condition(iteration_to_parse: Literal['all', 'first', '
filters = {}
if index_condition is not None:
filters['iteration'] = {'index': index_condition}
print(filters)
return filters


Expand Down

0 comments on commit 49aba77

Please sign in to comment.