Slight Tweak

Removes "No Pending Authentication" it was getting annoying.
This commit is contained in:
James Quinley
2022-03-30 08:22:44 -07:00
committed by GitHub
parent 552b8b3239
commit 5ae74f157b

View File

@ -980,7 +980,6 @@ public class delegationServices {
try {
delegationProcesser();
} catch (Exception exr) {
System.out.println("No Pending Authentication");
delegationTimer.trigger();
}
}