Skip to content

Commit

Permalink
Merge pull request #246 from paypay/issue-245-fix
Browse files Browse the repository at this point in the history
Fix #245: Remove unnecessary print in ClientControllerException
  • Loading branch information
chao-chang-paypay authored Apr 25, 2022
2 parents 7b38113 + 51598a2 commit 9c13183
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/ClientControllerException.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public function __construct($apiInfo, $resultInfo, $code = 500, $documentationUr
// If string message error
parent::__construct($resultInfo, $code);
}
print("This link helps you to troubleshoot the issue: ".$this->getResolutionUrl());
}

/**
Expand Down

0 comments on commit 9c13183

Please sign in to comment.