Skip to content

Commit f8560c8

Browse files
committed
System Touch
1 parent f6bf256 commit f8560c8

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

source/Main.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,6 @@ public Main()
8282
CommonRails.printSystemComponent(this, this.hashCode(),". Java™ National Finance Engine v.2811.1 v.11.1 .");
8383
System.out.print("\033[0m");
8484

85-
System.out.print("\033[31m");
86-
CommonRails.printSystemComponent(this, this.hashCode(),". National NitroExpress™ Web Engine Starting .");
87-
System.out.print("\033[0m");
88-
8985
NationalDriver DRIVER = new NationalDriver();
9086

9187
DRIVER.printOrderedComponents();

source/national/NationalDriver.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,6 @@ class Entry { String ref; long ts; int idx; String className; Entry(String r,lon
205205

206206
if (g.isEmpty()) continue;
207207

208-
CommonRails.delayableFinePrinter("\033[38;5;242m-- [ " + groupNames.get(gi) + " ]\033[0m", 21);
209-
210208
for (String s : g) CommonRails.delayableFinePrinter(s, 21);
211209
}
212210
}

0 commit comments

Comments
 (0)