if ( GameContext.getDebugMode() > 1 ) {
getAllGroups().confirmNoEmptyStrings();
validator_.confirmStonesInValidGroups();
}
profiler.stopUpdateStringsAfterRemove();
}
/**
* Make new string(s) if removing the stone has caused a larger string to be split.
* @param stone that was removed.