Skip to content

Commit

Permalink
Merge pull request #59 from lsst/tickets/DM-32517
Browse files Browse the repository at this point in the history
DM-32517: Remove debug message
  • Loading branch information
timj committed Nov 9, 2021
2 parents 45278ab + c9a0167 commit eca5380
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/astshim/frameDict.cc
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ class FrameDictMaker {
FrameDictMaker() = default;
~FrameDictMaker() = default;
std::shared_ptr<Object> operator()(std::string const &state) {
std::cout << "FrameDictMaker() called\n";
ast::StringStream stream(state);
ast::Channel chan(stream);
auto objPtr = chan.read();
Expand Down

0 comments on commit eca5380

Please sign in to comment.