Skip to content

Commit

Permalink
Clean up debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnick committed Oct 28, 2024
1 parent 0753906 commit a6d8ce4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/plugins/intel_cpu/src/graph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -385,12 +385,6 @@ void Graph::Activate(const std::vector<MemoryPtr>& externalInputMemory,
} else {
status = Status::ReadyStatic;
}

// std::cout << "Graph '" << GetName() << "' has status : "
// << (status == Status::ReadyStatic ? "ReadyStatic"
// : (status == Status::ReadyDynamic ? "ReadyDynamic" : "ReadyDynamicSeq"))
// << std::endl;

CPU_DEBUG_CAP_ENABLE(serialize(*this));
}

Expand Down

0 comments on commit a6d8ce4

Please sign in to comment.