Skip to content

Commit 8950d2f

Browse files
remove un-needful logging
1 parent 34b177e commit 8950d2f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

crystal_toolkit/components/pourbaix.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from __future__ import annotations
22

3-
import json
43
import logging
54
import re
65

@@ -905,9 +904,6 @@ def make_figure(
905904

906905
self.logger.debug(
907906
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 ''}"
911907
)
912908

913909
figure = self.get_figure(

0 commit comments

Comments
 (0)