Skip to content

Commit

Permalink
fix: Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
stmh committed Sep 3, 2022
1 parent e40f748 commit b345060
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Utilities/Utilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -621,8 +621,6 @@ public static function parseUrl($url)
public static function resolveRelativePaths(string $url): string
{
$result = self::parseUrl($url);
print_r($url);
print_r($result);
$filename = $result['path'];
$path = [];
$parts = explode('/', $filename);
Expand Down

0 comments on commit b345060

Please sign in to comment.