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

Remove log message

parent 997b99f9
Branches
Tags
No related merge requests found
Pipeline #26422 failed
......@@ -81,7 +81,6 @@ bool ClipScene::apply(ftl::rgbd::FrameSet &in, ftl::rgbd::FrameSet &out, cudaStr
if (clip_colour) {
f.clearPackets(Channel::Colour);
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);
} else {
f.clearPackets(Channel::Depth);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment