Skip to content

Commit

Permalink
coding standards and removing dsm
Browse files Browse the repository at this point in the history
  • Loading branch information
dannylamb committed Jul 23, 2020
1 parent 22134df commit 8ff6112
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ protected function getTileSourceFromRow(ResultRow $row, $iiif_address, $iiif_bas
$canvas_id = $iiif_base_id . '/canvas/' . $entity->id();
$annotation_id = $iiif_base_id . '/annotation/' . $entity->id();

dsm("BEFORE REQUEST");
// Try to fetch the IIIF metadata for the image.
try {
$info_json = $this->httpClient->get($iiif_url)->getBody();
Expand Down

0 comments on commit 8ff6112

Please sign in to comment.