diff --git a/class/objet.php b/class/objet.php index 98c2cf85ce0177bc6a705e2785802c5849f09605..7af24ce08492935cada0ca5f4c17adae7eb42de8 100644 --- a/class/objet.php +++ b/class/objet.php @@ -15,7 +15,6 @@ class Objet { $className = get_called_class(); echo $className; - die(); $dbName = lcfirst($className); $bdd = new Db(); $result = Array();