Skip to content

Commit ba6bf77

Browse files
committed
Removed newly added comments
1 parent 8a8ed66 commit ba6bf77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/view/adminhtml/web/js/components/dynamic-rows-tier-price.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ define([
3636
* @param {Number} page - current page
3737
*/
3838
changePage: function (page) {
39-
this.clear(); /* Clear the children when directly edit the text field */
39+
this.clear();
4040

4141
if (page === 1 && !this.recordData().length) {
4242
return false;

0 commit comments

Comments
 (0)