Remove debug system output from previous

This commit is contained in:
2024-01-12 09:40:09 -06:00
parent 16f0a8c3a7
commit f0150a3543

View File

@ -730,11 +730,6 @@ public class QJavalinApiHandler
}
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);
}
}