From 8999130762835aa43163ae6940bfc26333d87c73 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Tue, 22 Aug 2017 21:32:40 +1000 Subject: [PATCH] remove test --- booking.regn_node.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/booking.regn_node.inc b/booking.regn_node.inc index b4c5773..1942e0a 100644 --- a/booking.regn_node.inc +++ b/booking.regn_node.inc @@ -278,7 +278,7 @@ function booking_load($nodes) { } } - watchdog('booking', 'Final loaded node: @info', array('@info' => var_export($nodes, TRUE))); + //watchdog('booking', 'Final loaded node: @info', array('@info' => var_export($nodes, TRUE))); // no return necessary since $nodes array members reference objects global to this function }