Skip to content

Commit af01127

Browse files
committed
Remove logInfo()
1 parent 40fe5ef commit af01127

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/Provider/AbstractProvider.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -190,20 +190,6 @@ public function getAuthorization() {
190190
return $this->authorization;
191191
}
192192

193-
/**
194-
* Log an info.
195-
*
196-
* @param string $message The message.
197-
* @param array $context The context.
198-
* @return AbstractProvider Returns this provider.
199-
*/
200-
protected function logInfo($message, array $context) {
201-
if (null !== $this->getLogger()) {
202-
$this->getLogger()->info($message, $context);
203-
}
204-
return $this;
205-
}
206-
207193
/**
208194
* Set the authorization.
209195
*

0 commit comments

Comments
 (0)