From 44996115e0719e862d72ce1a82e2b5a60dd152d7 Mon Sep 17 00:00:00 2001
From: Timo Koch <timokoch@math.uio.no>
Date: Sun, 19 Mar 2023 21:34:50 +0100
Subject: [PATCH] [cvfe][cleanup] Remove debug output

---
 dumux/assembly/cvfelocalassembler.hh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dumux/assembly/cvfelocalassembler.hh b/dumux/assembly/cvfelocalassembler.hh
index 44ef08fcc4..f4e98cca4f 100644
--- a/dumux/assembly/cvfelocalassembler.hh
+++ b/dumux/assembly/cvfelocalassembler.hh
@@ -90,7 +90,6 @@ public:
 
     void bindLocalViews()
     {
-        std::cout << "hi" << std::endl;
         ParentType::bindLocalViews();
         this->elemBcTypes().update(this->asImp_().problem(), this->element(), this->fvGeometry());
     }
-- 
GitLab