Skip to content

Commit 08cdf62

Browse files
committed
undid test check
1 parent f54507b commit 08cdf62

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/swagger-play2/app/play/modules/swagger/PlayApiReader.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,6 @@ class PlayApiReader(val routes: Option[Routes]) extends JaxrsApiReader {
259259
}).toList
260260
case _ => List()
261261
}
262-
// Logger("swagger").error("authz: " + authorizations)
263-
if(1 == 1) throw new RuntimeException("fun")
264262
val responseClass = apiOperation.responseContainer match {
265263
case "" => apiOperation.response.getName
266264
case e: String => "%s[%s]".format(e, apiOperation.response.getName)

0 commit comments

Comments
 (0)