X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=core%2Fmixer%2Fgpu%2Fdevice_buffer.cpp;h=a50c79399994fe3aa432b5530d2bf84b6b661224;hb=a75b4ede98fc2caa969f549ef72e98d078e56ba4;hp=def7c79bd399c1cc16ad97f3164f80848b9ee5f4;hpb=d93b25248f6fe26069350a512f29327ce59fd95b;p=casparcg diff --git a/core/mixer/gpu/device_buffer.cpp b/core/mixer/gpu/device_buffer.cpp index def7c79bd..a50c79399 100644 --- a/core/mixer/gpu/device_buffer.cpp +++ b/core/mixer/gpu/device_buffer.cpp @@ -74,7 +74,7 @@ public: try { GL(glDeleteTextures(1, &id_)); - CASPAR_LOG(trace) << "[device_buffer] [" << --g_total_count << L"] deallocated size:" << width_*height_*stride_; + //CASPAR_LOG(trace) << "[device_buffer] [" << --g_total_count << L"] deallocated size:" << width_*height_*stride_; } catch(...) {