Browse Source

coding standards and removing dsm

pull/787/head
dannylamb 4 years ago
parent
commit
8ff6112045
  1. 1
      modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php

1
modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php

@ -184,7 +184,6 @@ class IIIFManifest extends StylePluginBase {
$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();

Loading…
Cancel
Save