Skip to content

Commit

Permalink
Remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
darbyjohnston committed Aug 10, 2024
1 parent 079078a commit 6843dcd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/toucan/TimelineTraverse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ namespace toucan

std::shared_ptr<IImageOp> TimelineTraverse::exec(const OTIO_NS::RationalTime& time)
{
//std::cout << "traverse: " << time.value() << std::endl;
auto fill = std::make_shared<ImageFill>();
fill->setSize(_width, _height);
fill->setColor(.5F, .5F, .5F, 1.F);
Expand Down Expand Up @@ -76,7 +75,6 @@ namespace toucan
const auto availableRange = clip->available_range();
if (availableRange.contains(time))
{
//std::cout << " clip " << clip->name() << ": " << time.value() << std::endl;
if (auto externalRef = dynamic_cast<OTIO_NS::ExternalReference*>(clip->media_reference()))
{
const std::string url = externalRef->target_url();
Expand Down

0 comments on commit 6843dcd

Please sign in to comment.