Skip to content

Commit ef84de5

Browse files
committed
remove stray print
1 parent 3fbf577 commit ef84de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GSASII/GSASIIplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7364,7 +7364,7 @@ def Draw(caller='',Fade=[],NPkey=False):
73647364
SHC = {item.replace('D','C'):SHC[item] for item in SHC if item not in ['Ne','kappa']}
73657365
SGC = G2lat.CrysM2CartM(Amat,Bmat,SGM)
73667366
UVMat = np.inner(defCtrls['UVmat'],SGC)
7367-
print(atom[ct-1],atom[cs-1],'\n',UVMat,'\n',SGC)
7367+
# print(atom[ct-1],atom[cs-1],'\n',UVMat,'\n',SGC)
73687368
Npsi,Ngam = 90,45
73697369
PSI,GAM = np.mgrid[0:Npsi,0:Ngam] #[azm,pol]
73707370
PSI = PSI.flatten()*360./Npsi #azimuth 0-360 incl

0 commit comments

Comments
 (0)