Browse Source

Removed leftover dsm call.

pull/371/head
MorganDawe 12 years ago
parent
commit
735bc3bce9
  1. 1
      theme/theme.inc

1
theme/theme.inc

@ -165,7 +165,6 @@ function islandora_preprocess_islandora_object_print(array &$variables) {
* Implements theme_hook(). * Implements theme_hook().
*/ */
function theme_islandora_object_print(array &$variables) { function theme_islandora_object_print(array &$variables) {
dsm(array('obj_print' => 'obj_in_print'));
return drupal_render($variables['content']); return drupal_render($variables['content']);
} }

Loading…
Cancel
Save