Skip to content

Commit c35b7f8

Browse files
committed
remove tracing print
1 parent 5f06ea5 commit c35b7f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

GSASII/GSASIIstrMath.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3884,7 +3884,6 @@ def SavePartial(phase,y):
38843884
Dij = GetDij(phfx,SGData,parmDict)
38853885
A = [parmDict[pfx+'A%d'%(i)]+Dij[i] for i in range(6)] #TODO: need to do something if Dij << 0.
38863886
G,g = G2lat.A2Gmat(A) #recip & real metric tensors
3887-
print(f"phase: {Phase['General']['Name']} G is : {G}")
38883887
if np.any(np.diag(G)<0.):
38893888
msg = 'Invalid metric tensor for phase #{}\n ({})'.format(
38903889
pId,Phase['General']['Name'])

0 commit comments

Comments
 (0)