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; }