From 8c10d71801a0630451761a559fd436802317ce20 Mon Sep 17 00:00:00 2001 From: ville rantanen Date: Mon, 8 Jul 2013 15:22:47 +0300 Subject: [PATCH] Removing some verbosity --- Qalbum.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Qalbum.py b/Qalbum.py index 15b5399..7a0bb3b 100755 --- a/Qalbum.py +++ b/Qalbum.py @@ -377,15 +377,13 @@ def traverse(path,crumbs,inputs,options): # depth+=1 #header=getheader(path,'../'*(depth)) - print('Depth: '+str(len(crumbs))) + #print('Depth: '+str(len(crumbs))) pathlist=getpathlist(path,options) imagelist=getimagelist(path,options) createthumbs(path,imagelist,options) imagelist.extend(getnonconvertiblelist(path,options)) filelist=getnonimagelist(path,options) - print(str(len(pathlist))+' paths') - print(str(len(imagelist))+' images') - print(str(len(filelist))+' other files') + print(str(len(pathlist))+' paths, '+str(len(imagelist))+' images, '+str(len(filelist))+' other files') crumbstring=crumblinks(crumbs,options.gallery,options.parent) if len(pathlist)>0: pathstring=pathlinks(path,pathlist)