We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7b4ae commit c20aa8dCopy full SHA for c20aa8d
app/code/Magento/Ui/view/base/web/js/form/element/url-input.js
@@ -77,7 +77,6 @@ define([
77
baseLinkType = this.urlTypes.base;
78
79
delete this.urlTypes.base;
80
- console.log(this);
81
_.each(this.urlTypes, function (linkSettingsArray, linkName) {
82
//add link name by link type
83
linkSettingsArray.name = baseLinkType.namePrefix + linkName;
0 commit comments