From f1fced27a60d656c70c0c060f894679773158f9c Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 27 Jun 2021 15:21:28 +0200 Subject: Remove some debug output. --- includes/concert.php | 1 - 1 file changed, 1 deletion(-) (limited to 'includes/concert.php') diff --git a/includes/concert.php b/includes/concert.php index 88a20da..6257fab 100644 --- a/includes/concert.php +++ b/includes/concert.php @@ -75,7 +75,6 @@ if ( !class_exists('GiglogAdmin_Concert') ) { . 'WHERE ' . $wpdb->prepare('wpg_concerts.id = %d', $id); $results = $wpdb->get_results($query); - var_dump($results); return $results ? new GiglogAdmin_Concert($results[0]) : NULL; } -- cgit v1.2.3