remove test

This commit is contained in:
2017-08-22 21:32:40 +10:00
parent 890cb7159d
commit 8999130762

View File

@@ -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 // no return necessary since $nodes array members reference objects global to this function
} }