mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
Remove debug system output from previous
This commit is contained in:
@ -730,11 +730,6 @@ public class QJavalinApiHandler
|
|||||||
}
|
}
|
||||||
catch(Exception e)
|
catch(Exception e)
|
||||||
{
|
{
|
||||||
/////////////////////////////////////////////////
|
|
||||||
// add some logging to diagnose a test failing //
|
|
||||||
/////////////////////////////////////////////////
|
|
||||||
System.out.println("Caught exception in doSpecHtml"); // todo - remove
|
|
||||||
e.printStackTrace();
|
|
||||||
handleException(context, e);
|
handleException(context, e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user