summaryrefslogtreecommitdiff
path: root/src/gpu/effect.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/effect.cc')
-rw-r--r--src/gpu/effect.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gpu/effect.cc b/src/gpu/effect.cc
index f24fa96..0d4dde7 100644
--- a/src/gpu/effect.cc
+++ b/src/gpu/effect.cc
@@ -210,11 +210,6 @@ void MainSequence::resize(int width, int height) {
void MainSequence::render_frame(float global_time, float beat, float peak,
float aspect_ratio, WGPUSurface surface) {
- static bool first_frame = true;
- if (first_frame) {
- printf("MainSequence First Frame: %dx%d\n", width_, height_);
- first_frame = false;
- }
WGPUCommandEncoder encoder = wgpuDeviceCreateCommandEncoder(device, nullptr);
std::vector<SequenceItem*> scene_effects;