2019-07-01 Fred Gleason <fredg@paravelsystems.com>

* Removed debugging code from the PyPAD library.
This commit is contained in:
Fred Gleason 2019-07-01 13:16:56 -04:00
parent ff9829ae71
commit 26e4a2fa7a
2 changed files with 2 additions and 1 deletions

View File

@ -18841,3 +18841,5 @@
2019-06-26 Fred Gleason <fredg@paravelsystems.com>
* Added support for reading the following ID3 tags: 'LABEL',
'TIT2','TALB', 'TPUB', 'TCOM', 'TPE3', 'TYER', 'DATE' and 'TBPM'.
2019-07-01 Fred Gleason <fredg@paravelsystems.com>
* Removed debugging code from the PyPAD library.

View File

@ -854,7 +854,6 @@ class Receiver(object):
# Open the syslog
pypad_name=sys.argv[0].split('/')[-1]
print('SyslogFacility: '+str(rd_config.get('Identity','SyslogFacility')))
syslog.openlog(pypad_name,logoption=syslog.LOG_PID,facility=int(rd_config.get('Identity','SyslogFacility',fallback=syslog.LOG_USER)))
# Connect to the PAD feed