Skip to content

Commit

Permalink
removed more debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
redglory committed Oct 22, 2016
1 parent a6629fe commit e694370
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions default.py
Expand Up @@ -280,9 +280,8 @@ def _copy_moviefanart( self ):
try:
xbmcvfs.copy( xbmc.translatePath( artwork ), os.path.join( moviefanartpath, filename ) )
count += 1
except e:
except:
log( 'failed to copy moviefanart' )
log("error: %s" % str(e))
log( 'moviefanart copied: %s' % count )

def _copy_tvshowfanart( self ):
Expand Down

0 comments on commit e694370

Please sign in to comment.