Skip to content

Commit 9fe8aa4

Browse files
committed
refactor(ViewController): remove no longer needed test code
1 parent 1ee3b40 commit 9fe8aa4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Example/SoundWave/ViewController.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ final class ViewController: UIViewController {
7676
self?.currentState = .recorded
7777
self?.audioVisualizationView.stop()
7878
}
79-
80-
// Test Code
81-
let path = Bundle.main.path(forResource: "Bell", ofType: "wav")!
82-
let url = URL(fileURLWithPath: path)
83-
self.audioVisualizationView.play(from: url)
8479
}
8580

8681
// MARK: - Actions

0 commit comments

Comments
 (0)