Skip to content

Commit

Permalink
removed print statments from hodo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Jan 17, 2019
1 parent 5b1a3ec commit 1ab3858
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sharppy/viz/hodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,6 @@ def drawCriticalAngle(self, qp):
u500_pix, v500_pix = self.uv_to_pix(u500, v500)
pen = QtGui.QPen(ca_color, 1.0, QtCore.Qt.SolidLine)
qp.setPen(pen)
print(sfc_u_pix, sfc_v_pix, u500_pix, v500_pix)
qp.drawLine(sfc_u_pix, sfc_v_pix, u500_pix, v500_pix)
vec1_u, vec1_v = u500 - sfc_u, v500 - sfc_v
try:
Expand Down

0 comments on commit 1ab3858

Please sign in to comment.