Skip to content

Commit 800994e

Browse files
committed
remove log #1847 for magento 2.4
1 parent 71c1e1f commit 800994e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Block/Subscribe.php

-5
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,7 @@ public function showMobilePhone()
7070
* @var $customer \Magento\Customer\Model\Customer
7171
*/
7272
$customer = $this->customerFactory->create()->load($this->customerSession->getCustomerId());
73-
// /**
74-
// * @var $customer \Magento\Customer\Model\Customer
75-
// */
76-
// $customer = $this->customerRepo->getById($this->customerSession->getCustomerId());
7773
$mobilePhone = $customer->getData('mobile_phone');
78-
$this->helper->log("Mobile [$mobilePhone]");
7974
if ($mobilePhone&&$mobilePhone!='') {
8075
$ret = false;
8176
}

0 commit comments

Comments
 (0)