We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36dd28 commit 5b5cc6fCopy full SHA for 5b5cc6f
src/Transaction.php
@@ -15,7 +15,6 @@ public function replaceInPath($old, $new)
15
{
16
$this->transaction->request->uri = str_replace($old, $new, $this->transaction->request->uri);
17
$this->transaction->fullPath = str_replace($old, $new, $this->transaction->fullPath);
18
- echo "Replacing $old with $new";
19
}
20
21
/**
@@ -46,4 +45,4 @@ public function setTransaction($transaction)
46
45
47
return $this;
48
49
-}
+}
0 commit comments