removing fogrgotten debug code

git-svn-id: https://jsonschemaphpv.svn.sourceforge.net/svnroot/jsonschemaphpv/trunk@6 14558f9d-7ea9-46ec-92da-52a2cad6a683
This commit is contained in:
bruno_p_reis 2008-12-23 21:03:58 +00:00
parent ee4b0ff6b9
commit cd623a9144

View File

@ -149,7 +149,6 @@ class JsonSchema {
}
static function checkProp($value, $schema, $path, $i = '', $_changing = false) {
Dbg::func(1,3);
if (!is_object($schema)) {
return;
}
@ -219,7 +218,6 @@ class JsonSchema {
}
############ verificar!
elseif(isset($schema->properties) && is_object($value)) {
Dbg::mark('calling checkObj');
self::checkObj(
$value,
$schema->properties,