diff --git a/blast/src/blBoundaryLayer.cpp b/blast/src/blBoundaryLayer.cpp
index 1494c908912c87f18104371d6cf70e499c004ec4..d3823f20b3a7fa8d81ea6a6e831f9f9471f5d0f7 100644
--- a/blast/src/blBoundaryLayer.cpp
+++ b/blast/src/blBoundaryLayer.cpp
@@ -23,7 +23,6 @@ BoundaryLayer::BoundaryLayer(double _xtrF, std::string _name)
 BoundaryLayer::~BoundaryLayer()
 {
     delete closSolver;
-    std::cout << "~BoundaryLayer()\n";
 }
 
 void BoundaryLayer::setMesh(const std::vector<double> &_x, const std::vector<double> &_y,