diff --git a/applications/utilities/surface/surfaceLambdaMuSmooth/surfaceLambdaMuSmooth.C b/applications/utilities/surface/surfaceLambdaMuSmooth/surfaceLambdaMuSmooth.C
index 0553dd457c429cd24092cc45a03e75d7e8ebd656..c76e466f83cd06bcedbbc4c4143fffb608171a74 100644
--- a/applications/utilities/surface/surfaceLambdaMuSmooth/surfaceLambdaMuSmooth.C
+++ b/applications/utilities/surface/surfaceLambdaMuSmooth/surfaceLambdaMuSmooth.C
@@ -222,14 +222,6 @@ int main(int argc, char *argv[])
     }
 
     Info<< "Writing surface to " << outFileName << " ..." << endl;
-
-//    meshedSurface
-//    (
-//        xferMove(newPoints),
-//        xferCopy(surf1.localFaces()),
-//        xferCopy(surf1.surfZones())
-//    ).write(outFileName);
-
     surf1.write(outFileName);
 
     Info<< "End\n" << endl;