From d4f2308d7762b7517b0106b4fe993da83c978f73 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 16 Aug 2018 22:30:17 +0300 Subject: [PATCH] chore(images) rm log --- client/dom/images.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/dom/images.js b/client/dom/images.js index 19eb32cf..eb05b9af 100644 --- a/client/dom/images.js +++ b/client/dom/images.js @@ -107,8 +107,6 @@ function error(text) { DOM.show(image); image.title = text; - CloudCmd.log(text); - return image; }