removed unused code
This commit is contained in:
		@@ -99,10 +99,4 @@ public class SimpleLoadingBar extends AbstractProgressBar {
 | 
			
		||||
      // showLoadingBarDebug(); // DEBUG
 | 
			
		||||
      println(title);
 | 
			
		||||
   }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
   private String formatTitle(String title) {
 | 
			
		||||
      String separator = "*".repeat(title.length());
 | 
			
		||||
      return separator + "\n" + title + "\n" + separator;
 | 
			
		||||
   }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user