Skip to content

Commit 6d923bf

Browse files
committed
Removed Prints
1 parent e8e5586 commit 6d923bf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CanaryiOS/CanaryiOS/Views/ContentView.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ struct ContentView: View
7878
{
7979
try FileManager.default.createDirectory(at: resultDirectory, withIntermediateDirectories: true, attributes: nil)
8080
}
81-
81+
82+
// Run Canary
8283
canaryController.runCanary(configDirectory: configDirectory, resultsDirectory: resultDirectory, numberOfTimesToRun: numberOfRuns)
8384
}
8485
catch

CanaryiOS/CanaryiOS/Views/ResultListView.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ struct ResultListView: View
7474
}
7575
else
7676
{
77-
print("Created results data:")
78-
print(results)
7977
return results
8078
}
8179

0 commit comments

Comments
 (0)