Skip to content

Commit

Permalink
Refs #8585 Remove debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Jackson committed Dec 13, 2013
1 parent 12523c4 commit 187c153
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Code/Mantid/scripts/Inelastic/IndirectBayes.py
Expand Up @@ -488,8 +488,6 @@ def C2Fw(prog,sname):
for name in names:
vAxisNames.append('f'+str(nl)+'.f'+str(j)+'.'+name)


print len(x), len(y), len(e)
CreateWorkspace(OutputWorkspace=output_workspace, DataX=x, DataY=y, DataE=e, Nspec=nhist,
UnitX='MomentumTransfer', YUnitLabel='', VerticalAxisUnit='Text', VerticalAxisValues=vAxisNames)

Expand Down

0 comments on commit 187c153

Please sign in to comment.