From 22ea189c2b47dbb2a6c14fa49540b6c2222fdf36 Mon Sep 17 00:00:00 2001 From: Mark Mine Date: Thu, 11 Apr 2002 20:39:39 +0000 Subject: [PATCH] Removed debugging info --- direct/src/tkpanels/MopathRecorder.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/direct/src/tkpanels/MopathRecorder.py b/direct/src/tkpanels/MopathRecorder.py index 17556b5f43..6bb6369576 100644 --- a/direct/src/tkpanels/MopathRecorder.py +++ b/direct/src/tkpanels/MopathRecorder.py @@ -784,9 +784,7 @@ class MopathRecorder(AppShell, PandaObject): def extractPointSetFromCurveCollection(self): # Use curve to compute new point set # Record maxT - print 'before', self.maxT self.maxT = self.curveCollection.getMaxT() - print 'after', self.maxT # Determine num samples # Limit point set to 1000 points and samples per second to 30 samplesPerSegment = min(30.0, 1000.0/self.curveCollection.getMaxT())