From b96eab2f34a7f8536cfd4628539cfdb45f238880 Mon Sep 17 00:00:00 2001 From: Wolfgang Rumpler Date: Mon, 30 Jul 2018 00:53:20 +0200 Subject: [PATCH] remove debug log --- randomwallpaper@iflow.space/sourceAdapter.js | 1 - 1 file changed, 1 deletion(-) diff --git a/randomwallpaper@iflow.space/sourceAdapter.js b/randomwallpaper@iflow.space/sourceAdapter.js index af7fdee..a9f2f7e 100644 --- a/randomwallpaper@iflow.space/sourceAdapter.js +++ b/randomwallpaper@iflow.space/sourceAdapter.js @@ -197,7 +197,6 @@ var UnsplashAdapter = new Lang.Class({ callback(historyEntry); } } catch (e) { - log("RWG3", e); this._error("Unexpected response. (" + e + ")", callback); return; }