We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd46a2f + 608e053 commit 763427aCopy full SHA for 763427a
lazybox/src/main/kotlin/cfig/lazybox/App.kt
@@ -68,7 +68,7 @@ fun main(args: Array<String>) {
68
CompileCommand().run(args[1], args[2])
69
}
70
if (args[0] == "apps") {
71
- AppList.retrieveList()
+ //AppList.retrieveList()
72
73
if (args[0] == "x") {
74
AMS.computeRankAndBucket(AMS.getProcRank(), AMS.getStandbyBucket2())
0 commit comments