mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 09:49:05 +00:00
Removed debug output
This commit is contained in:
parent
8f04def739
commit
c9dabe3bb2
1 changed files with 0 additions and 4 deletions
|
@ -109,10 +109,6 @@ class sql_db
|
|||
nt_common_add_debug($query);
|
||||
$this->num_queries++;
|
||||
$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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue