Skip to content

Commit 9d4b604

Browse files
author
Ievgen Shakhsuvarov
committed
MAGETWO-44092: Inputted data from first checkout step is not pre-filled in shopping cart estimator
1 parent aec69af commit 9d4b604

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Customer/view/frontend/web/js/customer-data.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ define([
157157
set: function (sectionName, sectionData) {
158158
var data = {};
159159
data[sectionName] = sectionData;
160-
console.log(sectionName);
161160
buffer.update(data);
162161
},
163162
reload: function (sectionNames, updateSectionId) {

0 commit comments

Comments
 (0)