Skip to content

Commit

Permalink
logs comment out
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis committed Feb 28, 2024
1 parent 076c938 commit a6e11e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/GrouperHTTPWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ public function sendRequest(string $method, string $endPoint, string $body = '')
];
}

CakeLog::write('debug', __METHOD__ . '::payload: ' . var_export($payload, true));
// CakeLog::write('debug', __METHOD__ . '::payload: ' . var_export($payload, true));

return $payload;
}
Expand Down

0 comments on commit a6e11e6

Please sign in to comment.