From ac96095180fdd9f07726c2bb605c572d826fcbc8 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Fri, 19 Oct 2012 07:38:26 +0200 Subject: [PATCH] remove debug --- examples/shader/plasma.py | 2 +- kivy/__init__.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/shader/plasma.py b/examples/shader/plasma.py index b0603e198..8a4bf203f 100644 --- a/examples/shader/plasma.py +++ b/examples/shader/plasma.py @@ -64,7 +64,7 @@ class ShaderWidget(FloatLayout): super(ShaderWidget, self).__init__(**kwargs) # We'll update our glsl variables in a clock - Clock.schedule_interval(self.update_glsl, 1. / 60.) + Clock.schedule_interval(self.update_glsl, 1 / 60.) def on_fs(self, instance, value): # set the fragment shader to our source code diff --git a/kivy/__init__.py b/kivy/__init__.py index 6694c9f8a..e0f259583 100644 --- a/kivy/__init__.py +++ b/kivy/__init__.py @@ -93,7 +93,6 @@ def require(version): elif len(l) == 3: version, tag, tagrev = l else: - print 'got:', l raise Exception('Revision format must be X.Y.Z[-tag]') # check x y z