mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
GUACAMOLE-243: Remove more unnecessary continue statements.
This commit is contained in:
@@ -201,7 +201,6 @@ public class ConnectionService {
|
|||||||
else {
|
else {
|
||||||
logger.warn("Given a referral, but referrals are disabled.", e.getMessage());
|
logger.warn("Given a referral, but referrals are disabled.", e.getMessage());
|
||||||
logger.debug("Got a referral, but configured to not follow them.", e);
|
logger.debug("Got a referral, but configured to not follow them.", e);
|
||||||
continue;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -300,7 +300,6 @@ public class UserService {
|
|||||||
else {
|
else {
|
||||||
logger.warn("Given a referral, not following it.", e.getMessage());
|
logger.warn("Given a referral, not following it.", e.getMessage());
|
||||||
logger.debug("Given a referral, but configured to not follow them.", e);
|
logger.debug("Given a referral, but configured to not follow them.", e);
|
||||||
continue;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user