Skip to content

Commit

Permalink
Minor removals
Browse files Browse the repository at this point in the history
  • Loading branch information
astianmuchui authored Aug 26, 2024
1 parent 2744098 commit 453e914
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Schema/Schema.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 453e914

Please sign in to comment.