From d77ab4589268d20eb1cc0b51781307ba46fa2969 Mon Sep 17 00:00:00 2001 From: gapan Date: Mon, 13 Feb 2012 12:15:49 +0000 Subject: [PATCH] Remove test print command --- src/xdgmenumaker | 1 - 1 file changed, 1 deletion(-) diff --git a/src/xdgmenumaker b/src/xdgmenumaker index e0a1715..35b7dea 100755 --- a/src/xdgmenumaker +++ b/src/xdgmenumaker @@ -200,7 +200,6 @@ def desktopfilelist(): dirs = set(dirs) filelist = [] for d in dirs: - print d xdgdir = d+'/applications' if os.path.isdir(xdgdir): for i in os.listdir(xdgdir):