Skip to content

Commit

Permalink
cleanup: remove commented text
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiSviridov committed May 17, 2023
1 parent 59a4562 commit 6229067
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/src/main/kotlin/loader/gerrit/LoaderChanges.kt
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@ class LoaderChanges(
errorsCommentsDir.mkdirs()
saveState()

// Feb 14, 2023 9:20:42 PM loader.gerrit.LoaderChanges wrapIgnoringErrors
// WARNING: Got error : : Client request(https://android-review.googlesource.com/changes/3000000/?o=DETAILED_LABELS&o=ALL_FILES&o=ALL_REVISIONS&o=ALL_COMMITS&o=COMMIT_FOOTERS&o=DETAILED_ACCOUNTS) invalid: 404 Not Found. Text: "Not found: 3000000
// "
val maxChange = findMax() ?: throw Throwable("There is no max change.")

val threadPool = Executors.newFixedThreadPool(numOfThreads)
Expand Down

0 comments on commit 6229067

Please sign in to comment.