Skip to content

Commit 763427a

Browse files
committed
Merge remote-tracking branch 'origin/dev' into temp
cumulated changes recently
2 parents cd46a2f + 608e053 commit 763427a

File tree

1 file changed

+1
-1
lines changed
  • lazybox/src/main/kotlin/cfig/lazybox

1 file changed

+1
-1
lines changed

Diff for: lazybox/src/main/kotlin/cfig/lazybox/App.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ fun main(args: Array<String>) {
6868
CompileCommand().run(args[1], args[2])
6969
}
7070
if (args[0] == "apps") {
71-
AppList.retrieveList()
71+
//AppList.retrieveList()
7272
}
7373
if (args[0] == "x") {
7474
AMS.computeRankAndBucket(AMS.getProcRank(), AMS.getStandbyBucket2())

0 commit comments

Comments
 (0)