cache; removed unnecessary comment

This commit is contained in:
itsmattkc
2021-09-28 21:39:56 -07:00
parent e4ee364e77
commit 59d9307adb
-1
View File
@@ -147,7 +147,6 @@ void PreviewAutoCacher::AudioInvalidated(const TimeRange &range)
// If we're auto-caching audio or require realtime waveforms, we'll have to render this
if (viewer_node_->GetAudioAutoCacheEnabled() || kRealTimeWaveformsEnabled) {
// We still render for the sake of waveforms
audio_job_tracker_.insert(range, graph_changed_time_);
// Start jobs to re-render the audio at this range, split into 2 second chunks