removed unused code
This commit is contained in:
		@@ -99,10 +99,4 @@ public class SimpleLoadingBar extends AbstractProgressBar {
 | 
				
			|||||||
      // showLoadingBarDebug(); // DEBUG
 | 
					      // showLoadingBarDebug(); // DEBUG
 | 
				
			||||||
      println(title);
 | 
					      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