diff --git a/islandora.module b/islandora.module index b3dfd889..0efc7cc4 100644 --- a/islandora.module +++ b/islandora.module @@ -1229,7 +1229,6 @@ function islandora_object_load($object_id) { // Check to see if tuque failure is due to invalid PID. module_load_include('inc', 'islandora', 'includes/utilities'); if (!islandora_is_valid_pid($object_id)) { - watchdog('islandora', 'Failed to load invalid PID: @pid', array('@pid' => $object_id), WATCHDOG_ERROR); return FALSE; } elseif ($e->getCode() == '404') {