Browse Source

remove debug line

CauseFX 4 years ago
parent
commit
b7150a88f2
1 changed files with 0 additions and 1 deletions
  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 {