[Yt-svn] yt: Remove debugging statement.

hg at spacepope.org hg at spacepope.org
Sun Jan 16 06:11:37 PST 2011


hg Repository: yt
details:   yt/rev/4e82a336d556
changeset: 3664:4e82a336d556
user:      John Wise <jwise at astro.princeton.edu>
date:
Sun Jan 16 09:11:54 2011 -0500
description:
Remove debugging statement.

diffstat:

 yt/visualization/plot_modifications.py |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 783dda4d91f2 -r 4e82a336d556 yt/visualization/plot_modifications.py
--- a/yt/visualization/plot_modifications.py	Sun Jan 16 00:02:53 2011 -0500
+++ b/yt/visualization/plot_modifications.py	Sun Jan 16 09:11:54 2011 -0500
@@ -635,7 +635,6 @@
                    self.pos[y_dict[plot.data.axis]])
         else: pos = self.pos
         x,y = self.convert_to_pixels(plot, pos)
-        print x, y
         plot._axes.hold(True)
         plot._axes.plot((x,),(y,),self.marker, **self.plot_args)
         plot._axes.hold(False)



More information about the yt-svn mailing list