diff --git a/jarvis/core/atoms.py b/jarvis/core/atoms.py index e9898a4d..53633158 100644 --- a/jarvis/core/atoms.py +++ b/jarvis/core/atoms.py @@ -665,10 +665,10 @@ def check_polar(self): dn = dn + Specie(element).Z polar = False if up != dn: - print("Seems like a polar materials.") + # print("Seems like a polar materials.") polar = True if up == dn: - print("Non-polar") + # print("Non-polar") polar = False return polar