Skip to content

Commit

Permalink
Remove use of daf.base.Citizen
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj committed Jul 1, 2019
1 parent 66b7e9c commit 420178e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/KernelCandidateDetection.cc
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ namespace diffim {
for (std::vector<std::shared_ptr<afwDetect::Footprint>>::iterator i = footprintListInPtr->begin();
i != footprintListInPtr->end(); ++i) {

LOGL_DEBUG("TRACE3.ip.diffim.KernelCandidateDetection.apply",
"Processing footprint %d", (*i)->getId());
growCandidate((*i), fpGrowPix, templateMaskedImage, scienceMaskedImage);
}

Expand Down

0 comments on commit 420178e

Please sign in to comment.