From 8029298699f38ed793208955eef2575273264fb4 Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Sun, 12 Feb 2012 19:44:18 +0100 Subject: [PATCH] Remove debug print --- github/GithubObject.py | 1 - 1 file changed, 1 deletion(-) diff --git a/github/GithubObject.py b/github/GithubObject.py index 209d91b0..b503b87a 100644 --- a/github/GithubObject.py +++ b/github/GithubObject.py @@ -80,7 +80,6 @@ class ExtendedScalarAttribute: self.__type = type def getAttributeDefinitions( self ): - print ">>>", self.__attributeName yield self.__attributeName, ExtendedScalarAttribute.AttributeDefinition( self.__attributeName, self.__type ) class Editable: