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: