Removed debug output
This commit is contained in:
parent
8c16bc6e94
commit
4c949774c3
1 changed files with 0 additions and 4 deletions
|
@ -109,10 +109,6 @@ class sql_db
|
||||||
nt_common_add_debug($query);
|
nt_common_add_debug($query);
|
||||||
$this->num_queries++;
|
$this->num_queries++;
|
||||||
$this->query_result = mysqli_query($this->db_connect_id, $query);
|
$this->query_result = mysqli_query($this->db_connect_id, $query);
|
||||||
if (!($this->db_connect_id instanceof mysqli)) {
|
|
||||||
var_dump($this->db_connect_id);
|
|
||||||
var_dump($query, $this);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
if($this->query_result)
|
if($this->query_result)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue