Skip to content
Snippets Groups Projects
Commit 3e2b2de4 authored by Demian Katz's avatar Demian Katz Committed by Robert Lange
Browse files

Remove unused variable.

parent db3352e9
No related merge requests found
......@@ -939,7 +939,6 @@ class Folio extends AbstractAPI implements
public function cancelHolds($cancelDetails)
{
$details = $cancelDetails['details'];
$patron = $cancelDetails['patron'];
$count = 0;
$cancelResult = ['items' => []];
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment