mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 10:51:14 +00:00
Remove debug print
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user