From: Rafal Walczyna Date: Tue, 20 Oct 2020 07:43:27 +0000 (+0200) Subject: [Utils] Remove invalid line X-Git-Tag: submit/tizen/20201020.095518~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9f67c82a350a579e291219195e21e228783ee0d1;p=platform%2Fcore%2Fapi%2Fwebapi-plugins.git [Utils] Remove invalid line Line occurred due to merge issue. It caused LightWeightWeb engine to fail. Change-Id: I78ed5b083cfa007c2e396464b9a50ad6398f3bcc Signed-off-by: Rafal Walczyna --- diff --git a/src/utils/utils_api.js b/src/utils/utils_api.js index 28c4e347..33ee00b1 100644 --- a/src/utils/utils_api.js +++ b/src/utils/utils_api.js @@ -223,7 +223,6 @@ Utils.prototype.deprecationWarn = function(msg, deprecationVersion) { this.warn('DEPRECATION WARNING: ' + msg); }; -Utils.prototype.assert = console.assert.bind(console); if (console.assert) { Utils.prototype.assert = console.assert.bind(console); } else {