wallpaper: Remove useless print

This commit is contained in:
Dylan Araps 2017-08-14 09:30:40 +10:00
parent b5fe0b088d
commit 842fb13817

View File

@ -111,7 +111,6 @@ def change(img):
set_wm_wallpaper(img)
print("wallpaper: Set the new wallpaper.")
print(urllib.parse.quote(img))
def get(cache_dir=CACHE_DIR):