Skip to content

Commit d3c8663

Browse files
committed
Merge branch 'master' of github.com:netsells/dredd-hooks-laravel
2 parents 63a5bd7 + 5b5cc6f commit d3c8663

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Transaction.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ public function replaceInPath($old, $new)
1515
{
1616
$this->transaction->request->uri = str_replace($old, $new, $this->transaction->request->uri);
1717
$this->transaction->fullPath = str_replace($old, $new, $this->transaction->fullPath);
18-
echo "Replacing $old with $new";
1918
}
2019

2120
/**
@@ -46,4 +45,4 @@ public function setTransaction($transaction)
4645

4746
return $this;
4847
}
49-
}
48+
}

0 commit comments

Comments
 (0)