Remove duplicate output statements
This commit is contained in:
@@ -69,10 +69,6 @@ public class Simulator implements GraphModificationFunctions {
|
||||
if(verbose){System.out.println("Remaining alpha sequence count: " + alphaSequences.size());}
|
||||
if(verbose){System.out.println("Remaining beta sequence count: " + betaSequences.size());}
|
||||
}
|
||||
int pairableAlphaCount = alphaSequences.size();
|
||||
if(verbose){System.out.println("Remaining alpha sequence count: " + pairableAlphaCount);}
|
||||
int pairableBetaCount = betaSequences.size();
|
||||
if(verbose){System.out.println("Remaining beta sequence count: " + pairableBetaCount);}
|
||||
|
||||
//construct the graph. For simplicity, going to make
|
||||
if(verbose){System.out.println("Making vertex maps");}
|
||||
|
||||
Reference in New Issue
Block a user