Browse Source

drop debugging..

[git-p4: depot-paths = "//depot/": change = 864]
v0.3
John-Mark Gurney 19 years ago
parent
commit
8dfacf44f6
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      dvd.py

+ 0
- 1
dvd.py View File

@@ -204,7 +204,6 @@ class DVDDisc(FSObject, StorageFolder):


def detectdvd(path, fobj): def detectdvd(path, fobj):
if os.path.isdir(path): if os.path.isdir(path):
log.msg('dvd isdir')
# Make sure we there is only a VIDEO_TS in there, even # Make sure we there is only a VIDEO_TS in there, even
# if there is a VIDEO_TS w/ other files, we will open # if there is a VIDEO_TS w/ other files, we will open
# the VIDEO_TS as a DVD (if it is one) # the VIDEO_TS as a DVD (if it is one)


Loading…
Cancel
Save