Skip to content

Commit cd623a9

Browse files
author
bruno_p_reis
committed
removing fogrgotten debug code
git-svn-id: https://jsonschemaphpv.svn.sourceforge.net/svnroot/jsonschemaphpv/trunk@6 14558f9d-7ea9-46ec-92da-52a2cad6a683
1 parent ee4b0ff commit cd623a9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

JsonSchema.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ static function checkArray($value,$schema,$path,$i,$_changing) {
149149
}
150150

151151
static function checkProp($value, $schema, $path, $i = '', $_changing = false) {
152-
Dbg::func(1,3);
153152
if (!is_object($schema)) {
154153
return;
155154
}
@@ -219,7 +218,6 @@ static function checkProp($value, $schema, $path, $i = '', $_changing = false) {
219218
}
220219
############ verificar!
221220
elseif(isset($schema->properties) && is_object($value)) {
222-
Dbg::mark('calling checkObj');
223221
self::checkObj(
224222
$value,
225223
$schema->properties,

0 commit comments

Comments
 (0)