Explorar el Código

remove debug line

CauseFX hace 4 años
padre
commit
b7150a88f2
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      api/classes/organizr.class.php

+ 0 - 1
api/classes/organizr.class.php

@@ -158,7 +158,6 @@ class Organizr
 				];
 				$this->db = new Connection($connect);
 			} catch (Dibi\Exception $e) {
-				//$this->debug($e->getMessage());
 				$this->db = null;
 			}
 		} else {