Removed old commented code
This commit is contained in:
parent
5a593112b3
commit
7255241e6c
|
@ -218,18 +218,6 @@ class Metadata(Loggable):
|
|||
# from the file?
|
||||
self.__metadata['MDATA_KEY_MD5'] = mmp.file_md5(fpath,max_length=100)
|
||||
|
||||
#try: # emf stuff for testing:
|
||||
#if full_mutagen:
|
||||
#normalized = global_reader.read_mutagen(fpath)
|
||||
#self.logger.info("EMF--------------------")
|
||||
#self.logger.info(pformat(normalized))
|
||||
#self.logger.info("OLD--------------------")
|
||||
#self.logger.info(pformat(self.__metadata))
|
||||
#self.logger.info("-----------------------")
|
||||
|
||||
#except Exception as e:
|
||||
#self.unexpected_exception(e)
|
||||
|
||||
def is_recorded(self):
|
||||
"""
|
||||
returns true if the file has been created by airtime through recording
|
||||
|
|
Loading…
Reference in New Issue