{
OverallBuildQueue overallBuildQueue =
getOverallBuildQueueWhereProjectIsQueued( projectId, CHECKOUT_QUEUE );
if ( overallBuildQueue != null )
{
overallBuildQueue.removeProjectFromCheckoutQueue( projectId );
}
else
{
log.error( "Project '" + projectId + "' not found in any of the checkout queues." );
}