Skip to content

Commit d43d238

Browse files
author
Nils Langner
committed
Removed unneeded dubug output
1 parent 0a5f389 commit d43d238

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

module/VisualCeption.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ private function createScreenshot ($identifier, array $coords)
171171
* and their element ID
172172
*
173173
* @param string $identifier identifies your test object
174-
* @param null $elementID DOM ID of the element, which should be screenshotted
174+
* @param string $elementID DOM ID of the element, which should be screenshotted
175175
*/
176176
public function compareScreenshot ($identifier, $elementID = null)
177177
{
@@ -182,8 +182,6 @@ public function compareScreenshot ($identifier, $elementID = null)
182182

183183
unlink($this->getScreenshotPath($identifier));
184184

185-
$this->debug($compareResult);
186-
187185
$deviation = round($compareResult[1] * 100, 2);
188186

189187
if ($deviation > $this->maximumDeviation) {

0 commit comments

Comments
 (0)