mirror of
https://github.com/justinrainbow/json-schema.git
synced 2025-03-18 21:29:46 +01:00
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:
parent
ee4b0ff6b9
commit
cd623a9144
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user