diff --git a/src/Schema/Schema.php b/src/Schema/Schema.php index 6a3788c..b799329 100755 --- a/src/Schema/Schema.php +++ b/src/Schema/Schema.php @@ -63,9 +63,6 @@ public function __construct(PDO $connection) public static function Exists(string $table): bool { - echo $_SESSION['uname']; - echo $_SESSION['pwd']; - echo $_SESSION['host']; $sql = "SHOW TABLES LIKE '$table'"; $stmt = self::$connection->query($sql); $stmt->execute(null);