Commit 8a736f11 authored by Mccaskey, Alex's avatar Mccaskey, Alex
Browse files

removing old print statement

parent 3e2e0690
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -172,7 +172,6 @@ public:
        }
      }
    } else if (context->getText().find("::ctrl") != std::string::npos) {
      std::cout << "FOUND CTRL: " << context->getText() << "\n";
      for (auto c : context->children) {
        if (c->getText() == "(") {
          ss << c->getText() << "parent_kernel, ";