[Utils] Remove invalid line 40/245940/1
authorRafal Walczyna <r.walczyna@samsung.com>
Tue, 20 Oct 2020 07:43:27 +0000 (09:43 +0200)
committerRafal Walczyna <r.walczyna@samsung.com>
Tue, 20 Oct 2020 07:43:27 +0000 (09:43 +0200)
Line occurred due to merge issue. It caused LightWeightWeb engine to fail.

Change-Id: I78ed5b083cfa007c2e396464b9a50ad6398f3bcc
Signed-off-by: Rafal Walczyna <r.walczyna@samsung.com>
src/utils/utils_api.js

index 28c4e34..33ee00b 100644 (file)
@@ -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 {