Skip to content

Commit 94898f1

Browse files
committed
Remove downloading print.
#366 (comment)
1 parent 06f168d commit 94898f1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Scripts/DowloadPortalItemData.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,6 @@ await withTaskGroup(of: Void.self) { group in
256256
exit(1)
257257
}
258258

259-
print("note: Downloading item \(portalItem.identifier)")
260-
fflush(stdout)
261259
group.addTask {
262260
do {
263261
guard let downloadName = try await downloadFile(

0 commit comments

Comments
 (0)