mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-243: Remove more unnecessary continue statements.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user