removed print statement
This commit is contained in:
parent
aa853ff9bf
commit
7401d3f3da
@ -400,7 +400,6 @@ class AxisItem(GraphicsWidget):
|
|||||||
textAlpha = a
|
textAlpha = a
|
||||||
|
|
||||||
if self.grid is not False:
|
if self.grid is not False:
|
||||||
print self.grid
|
|
||||||
lineAlpha = int(lineAlpha * self.grid / 255.)
|
lineAlpha = int(lineAlpha * self.grid / 255.)
|
||||||
|
|
||||||
if axis == 0:
|
if axis == 0:
|
||||||
|
Loading…
Reference in New Issue
Block a user