Skip to content

Commit 963214d

Browse files
author
Ole Lensmar
committed
removed debug-comment
1 parent b63ee52 commit 963214d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/swagger-jaxrs/src/main/java/com/wordnik/swagger/jaxrs/ParameterProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ else if(shouldIgnore == false) {
133133
}
134134
}
135135
else {
136-
LOGGER.debug("yay - found inner property " + innerProperty);
136+
LOGGER.debug("found inner property " + innerProperty);
137137
bp.setSchema(new ArrayModel().items(innerProperty));
138138

139139
// creation of ref property doesn't add model to definitions - do it now instead

0 commit comments

Comments
 (0)