Removed a bit of logging vomit
This commit is contained in:
parent
915958885b
commit
e281b1ecc3
1 changed files with 0 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue