From a6409b4c38a23990a5bd810c8ec31501e5b461a5 Mon Sep 17 00:00:00 2001
From: Marcel Koch <marcel.koch@uni-muenster.de>
Date: Fri, 18 Aug 2017 11:03:02 +0200
Subject: [PATCH] Removes debugger stuff

---
 python/dune/perftool/pdelab/basis.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/python/dune/perftool/pdelab/basis.py b/python/dune/perftool/pdelab/basis.py
index a5fbae1f..26ea241a 100644
--- a/python/dune/perftool/pdelab/basis.py
+++ b/python/dune/perftool/pdelab/basis.py
@@ -208,7 +208,6 @@ def evaluate_coefficient_gradient(interface, element, name, container, restricti
     # and proceed to call the necessary generator functions
     temporary_variable(name, shape=shape, shape_impl=shape_impl)
     lfs = name_lfs(element, restriction, tree_path)
-    from pudb import set_trace; set_trace()
     basis = interface.pymbolic_reference_gradient(leaf_element, restriction, 0, context='trialgrad')
     index, _ = get_pymbolic_indices(basis)
 
-- 
GitLab