Skip to content

Commit 977e018

Browse files
authored
Update Mapper.php
1 parent ad9bc90 commit 977e018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/net/authorize/util/Mapper.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public function getClass($class, $property){
102102
// return $obj;
103103
// }
104104
else{
105-
echo "Error finding in YAML - ".$class." - ".$property."\n";
105+
//echo "Error finding in YAML - ".$class." - ".$property."\n";
106106
$obj = NULL;
107107
return $obj;
108108
}

0 commit comments

Comments
 (0)