Skip to content

Commit

Permalink
remove dump from code
Browse files Browse the repository at this point in the history
  • Loading branch information
nahid committed Oct 2, 2018
1 parent db7fd0c commit 74c2a0b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/t.json

This file was deleted.

1 change: 0 additions & 1 deletion src/Condition.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class Condition
*/
public static function equal($value, $comparable)
{
dump($value, $comparable);
return $value == $comparable;
}

Expand Down

0 comments on commit 74c2a0b

Please sign in to comment.