We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34b177e commit 8950d2fCopy full SHA for 8950d2f
1 file changed
crystal_toolkit/components/pourbaix.py
@@ -1,6 +1,5 @@
1
from __future__ import annotations
2
3
-import json
4
import logging
5
import re
6
@@ -905,9 +904,6 @@ def make_figure(
905
904
906
self.logger.debug(
907
f"Generated pourbaix diagram with {len(pourbaix_entries)} entries."
908
- f"{'\n' + json.dumps(heatmap_entry.as_dict()) if heatmap_entry else ''}"
909
- f"{'\n' + json.dumps(conc_dict) if conc_dict else ''}"
910
- f"{'\n' + json.dumps(comp_dict) if comp_dict else ''}"
911
)
912
913
figure = self.get_figure(
0 commit comments