Removed a bit of logging vomit

This commit is contained in:
Joel Collins 2019-04-09 15:05:56 +01:00
parent 915958885b
commit e281b1ecc3

View file

@ -233,11 +233,6 @@ class CaptureObject(object):
if not os.path.exists(self.filefolder):
os.makedirs(self.filefolder)
logging.debug(self.file)
logging.debug(self.filename)
logging.debug(self.basename)
logging.debug(self.filefolder)
def split_file_path(self, filepath):
"""
Take a full file path, and split it into separated class properties.