Skip to content

Commit c20aa8d

Browse files
committed
MAGETWO-89168: Develop UI component
1 parent 3f7b4ae commit c20aa8d

File tree

1 file changed

+0
-1
lines changed
  • app/code/Magento/Ui/view/base/web/js/form/element

1 file changed

+0
-1
lines changed

app/code/Magento/Ui/view/base/web/js/form/element/url-input.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ define([
7777
baseLinkType = this.urlTypes.base;
7878

7979
delete this.urlTypes.base;
80-
console.log(this);
8180
_.each(this.urlTypes, function (linkSettingsArray, linkName) {
8281
//add link name by link type
8382
linkSettingsArray.name = baseLinkType.namePrefix + linkName;

0 commit comments

Comments
 (0)