From 78e76912f0758c60e83922098231645efc02d8d6 Mon Sep 17 00:00:00 2001 From: Sheri Zhang Date: Thu, 6 May 2021 10:05:22 +0100 Subject: Remove TODOs Remove TODO/FIXME either already done or won't do. Partially resolve: COMPMID-4471 Signed-off-by: Sheri Zhang Change-Id: Iec8f25b9bf1b2a70c072dd17d44625fa93e84ed1 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5591 Reviewed-by: Georgios Pinitas Comments-Addressed: Arm Jenkins Tested-by: Georgios Pinitas --- src/graph/Workload.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/graph/Workload.cpp') diff --git a/src/graph/Workload.cpp b/src/graph/Workload.cpp index 2bae1c8ca6..b9d57295b0 100644 --- a/src/graph/Workload.cpp +++ b/src/graph/Workload.cpp @@ -45,7 +45,6 @@ void execute_task(ExecutionTask &task) task.task->run(); } #ifdef ARM_COMPUTE_ASSERTS_ENABLED - // COMPMID-3012 - Hide the printing logic from the execute_task method in the graph API else if(task.node->type() == NodeType::PrintLayer) { auto print_node = utils::cast::polymorphic_downcast(task.node); -- cgit v1.2.1