From c6b95d790bccf70692fbe0345771de59786b5528 Mon Sep 17 00:00:00 2001 From: Edward Caunt Date: Tue, 21 May 2024 16:50:01 +0100 Subject: [PATCH] misc: Tidy up --- devito/operator/operator.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/devito/operator/operator.py b/devito/operator/operator.py index 6eac2d50c12..123c003c31c 100644 --- a/devito/operator/operator.py +++ b/devito/operator/operator.py @@ -572,8 +572,6 @@ def _prepare_arguments(self, autotune=None, **kwargs): nodes = set() nodes.update({d for s in subdomains for d in s.dimensions}) nodes.update(set(self.dimensions)) - # print("Nodes", nodes) - # print("Dataspaces", {d: self._dspace[d] for d in nodes}) # Pre-process Dimension overrides. This may help ruling out ambiguities # when processing the `defaults` arguments. A topological sorting is used