X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=core%2Fmixer%2Fgpu%2Fhost_buffer.cpp;h=ec65338668de59c759c75fa973ce3ce19ee1a036;hb=a75b4ede98fc2caa969f549ef72e98d078e56ba4;hp=9e129ecbb06f71fe1fec49227cc8dfba2941090e;hpb=d93b25248f6fe26069350a512f29327ce59fd95b;p=casparcg diff --git a/core/mixer/gpu/host_buffer.cpp b/core/mixer/gpu/host_buffer.cpp index 9e129ecbb..ec6533866 100644 --- a/core/mixer/gpu/host_buffer.cpp +++ b/core/mixer/gpu/host_buffer.cpp @@ -71,7 +71,7 @@ public: try { GL(glDeleteBuffers(1, &pbo_)); - CASPAR_LOG(trace) << "[host_buffer] [" << --(usage_ == write_only ? g_w_total_count : g_r_total_count) << L"] deallocated size:" << size_ << " usage: " << (usage_ == write_only ? "write_only" : "read_only"); + //CASPAR_LOG(trace) << "[host_buffer] [" << --(usage_ == write_only ? g_w_total_count : g_r_total_count) << L"] deallocated size:" << size_ << " usage: " << (usage_ == write_only ? "write_only" : "read_only"); } catch(...) {