GUACAMOLE-243: Remove more unnecessary continue statements.

This commit is contained in:
Nick Couchman
2017-10-24 15:01:58 -04:00
parent 1212ba13fa
commit 37bfa9e00f
2 changed files with 0 additions and 2 deletions

View File

@@ -201,7 +201,6 @@ public class ConnectionService {
else {
logger.warn("Given a referral, but referrals are disabled.", e.getMessage());
logger.debug("Got a referral, but configured to not follow them.", e);
continue;
}
}

View File

@@ -300,7 +300,6 @@ public class UserService {
else {
logger.warn("Given a referral, not following it.", e.getMessage());
logger.debug("Given a referral, but configured to not follow them.", e);
continue;
}
}
}