diff --git a/components/renderers/cpp/src/CUDARender.cpp b/components/renderers/cpp/src/CUDARender.cpp index 7393fec643bd34dcd79fac2a0b5a04e6287345a7..d407db476a0c4fc04b015043ee5de794e5809206 100644 --- a/components/renderers/cpp/src/CUDARender.cpp +++ b/components/renderers/cpp/src/CUDARender.cpp @@ -642,7 +642,6 @@ void CUDARender::_renderPass2(Channels<0> chans, const Eigen::Matrix4d &t) { // Reprojection of colours onto surface auto main_channel = (scene_->frames[0].hasChannel(Channel::ColourHighRes)) ? Channel::ColourHighRes : Channel::Colour; - LOG(INFO) << "USING COLOR: " << (int)main_channel; _renderChannel(*out_, main_channel, Channel::Colour, t, stream_);