Skip to content

Commit f2328a7

Browse files
committed
Remove comments
1 parent 7adc3ca commit f2328a7

File tree

1 file changed

+0
-1
lines changed
  • src/app/code/community/Zendesk/Zendesk/Helper

1 file changed

+0
-1
lines changed

src/app/code/community/Zendesk/Zendesk/Helper/Sync.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ public function syncCustomer($customer){
6161

6262
$user = Mage::getModel('zendesk/api_users')->find($currentEmail);
6363
if($previousEmail !== $currentEmail) {
64-
// email change
6564
if(!isset($user['id'])) {
6665
$user = $this->createAccount($info);
6766
}

0 commit comments

Comments
 (0)