We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d97586 commit bd5edfdCopy full SHA for bd5edfd
1 file changed
authorizenet/apicontrollersbase.py
@@ -236,18 +236,6 @@ def __init__(self, apiRequest):
236
237
APIOperationBase.setmerchantauthentication(__merchantauthentication)
238
239
- if ( False == APIOperationBase.__classinitialized()):
240
- loggingfilename = utility.helper.getproperty(constants.propertiesloggingfilename)
241
- logginglevel = utility.helper.getproperty(constants.propertiesexecutionlogginglevel)
242
-
243
- if (None == loggingfilename):
244
- loggingfilename = constants.defaultLogFileName
245
- if (None == logginglevel):
246
- logginglevel = constants.defaultLoggingLevel
247
248
- logging.basicConfig(filename=loggingfilename, level=logginglevel, format=constants.defaultlogformat)
249
- __initialized = True
250
251
self.validate()
252
253
return
0 commit comments