diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2021-06-27 15:21:28 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2021-06-27 15:21:28 +0200 |
commit | f1fced27a60d656c70c0c060f894679773158f9c (patch) | |
tree | 857c7fdd202b71c4b1c00a780bc20f734f6c9ad3 | |
parent | 06ec509ce40d3ca04c770e542f57891a3540c7cd (diff) | |
download | gigologadmin-f1fced27a60d656c70c0c060f894679773158f9c.tar.gz gigologadmin-f1fced27a60d656c70c0c060f894679773158f9c.tar.bz2 gigologadmin-f1fced27a60d656c70c0c060f894679773158f9c.zip |
Remove some debug output.
-rw-r--r-- | includes/concert.php | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |