fenfire-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ff-cvs] libvob/vob/buoy buoymanager.py


From: Tuomas J. Lukka
Subject: [ff-cvs] libvob/vob/buoy buoymanager.py
Date: Tue, 26 Aug 2003 05:07:36 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Branch:         
Changes by:     Tuomas J. Lukka <address@hidden>        03/08/26 05:07:36

Modified files:
        vob/buoy       : buoymanager.py 

Log message:
        clean

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/buoy/buoymanager.py.diff?tr1=1.68&tr2=1.69&r1=text&r2=text

Patches:
Index: libvob/vob/buoy/buoymanager.py
diff -u libvob/vob/buoy/buoymanager.py:1.68 libvob/vob/buoy/buoymanager.py:1.69
--- libvob/vob/buoy/buoymanager.py:1.68 Tue Aug 26 05:04:28 2003
+++ libvob/vob/buoy/buoymanager.py      Tue Aug 26 05:07:36 2003
@@ -236,15 +236,15 @@
         hit = jarray.zeros(1, 'f')
         theTopMostMainNode = None
         depth = None
-       print "Topmost:"
+       if dbg: pa( "Topmost:")
        for single in self.singles:
-           print "look at:",single, single.mainNode
+           if dbg: pa( "look at:",single, single.mainNode)
             if single.mainNode.hasMouseHit(vs, x, y, hit):
-               print "hit:",hit[0]
+               if dbg: pa( "hit:",hit[0])
                 if depth == None or depth < hit[0]:
                     depth = hit[0]
                     theTopMostMainNode = single.mainNode
-       print "Ret: ", theTopMostMainNode
+       if dbg: pa( "Ret: ", theTopMostMainNode)
        return theTopMostMainNode
         
     def findIfBuoyHit(self, vs, x, y):




reply via email to

[Prev in Thread] Current Thread [Next in Thread]