Skip to content
Snippets Groups Projects
Commit 71fc80f5 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Remove log message

parent 997b99f9
No related branches found
No related tags found
No related merge requests found
Pipeline #26422 failed
...@@ -81,7 +81,6 @@ bool ClipScene::apply(ftl::rgbd::FrameSet &in, ftl::rgbd::FrameSet &out, cudaStr ...@@ -81,7 +81,6 @@ bool ClipScene::apply(ftl::rgbd::FrameSet &in, ftl::rgbd::FrameSet &out, cudaStr
if (clip_colour) { if (clip_colour) {
f.clearPackets(Channel::Colour); f.clearPackets(Channel::Colour);
f.clearPackets(Channel::Depth); f.clearPackets(Channel::Depth);
LOG(INFO) << "Clipping colour";
ftl::cuda::clipping(f.createTexture<float>(Channel::Depth), f.getTexture<uchar4>(Channel::Colour), f.getLeftCamera(), sclip, stream); ftl::cuda::clipping(f.createTexture<float>(Channel::Depth), f.getTexture<uchar4>(Channel::Colour), f.getLeftCamera(), sclip, stream);
} else { } else {
f.clearPackets(Channel::Depth); f.clearPackets(Channel::Depth);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment