Disable unnecessary logging
This commit is contained in:
parent
17159d0492
commit
95c4534590
@ -442,7 +442,7 @@ class ApplicationLauncher( easyButton ):
|
|||||||
base = os.path.basename( self.desktopFile )
|
base = os.path.basename( self.desktopFile )
|
||||||
for dir in self.appDirs:
|
for dir in self.appDirs:
|
||||||
if os.path.exists( os.path.join( dir, base ) ):
|
if os.path.exists( os.path.join( dir, base ) ):
|
||||||
print os.path.join( dir, base ), self.desktopFile
|
# print os.path.join( dir, base ), self.desktopFile
|
||||||
self.loadDesktopEntry( xdg.DesktopEntry.DesktopEntry( os.path.join( dir, base ) ) )
|
self.loadDesktopEntry( xdg.DesktopEntry.DesktopEntry( os.path.join( dir, base ) ) )
|
||||||
for child in self.labelBox:
|
for child in self.labelBox:
|
||||||
child.destroy()
|
child.destroy()
|
||||||
|
Loading…
Reference in New Issue
Block a user