Remove logging of node load query

This commit is contained in:
2015-01-27 20:11:35 +11:00
parent e9297b0fbf
commit 8171615d46

View File

@@ -1297,7 +1297,7 @@ function booking_load_query($node_ids = NULL, $fetchAssoc = FALSE)
$result = $query->execute(); $result = $query->execute();
} }
watchdog('booking', "<pre>Loading node query output:\n@info</pre>", array('@info' => print_r( $result, true))); //watchdog('booking', "<pre>Loading node query output:\n@info</pre>", array('@info' => print_r( $result, true)));
return $result; return $result;
} }