X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/7df9dd832a325848a509b8a6ab4036c1ea96971c..c97adb8bf2e6f160cb1aa55ee57e7a93f4d4d725:/projects/stargazer/plugins/other/smux/utils.cpp

diff --git a/projects/stargazer/plugins/other/smux/utils.cpp b/projects/stargazer/plugins/other/smux/utils.cpp
index ff7bb590..8d3988eb 100644
--- a/projects/stargazer/plugins/other/smux/utils.cpp
+++ b/projects/stargazer/plugins/other/smux/utils.cpp
@@ -44,7 +44,6 @@ if (left < str.length())
         }
     arcs[arcPos++] = arc;
     }
-printfd(__FILE__, "String2OI() - arcPos: %d\n", arcPos);
 OBJECT_IDENTIFIER_set_arcs(oi, arcs, sizeof(arcs[0]), arcPos);
 return true;
 }
@@ -103,8 +102,6 @@ if (error.encoded == -1)
 else
     {
     write(fd, buffer, error.encoded);
-    printfd(__FILE__, "OpenPDU encoded successfully to %d bytes\n",
-            error.encoded);
     }
 return true;
 }
@@ -132,7 +129,6 @@ if (error.encoded == -1)
 else
     {
     write(fd, buffer, error.encoded);
-    printfd(__FILE__, "ClosePDU encoded successfully\n");
     }
 return 0;
 }
@@ -166,8 +162,6 @@ if (error.encoded == -1)
 else
     {
     write(fd, buffer, error.encoded);
-    printfd(__FILE__, "RReqPDU encoded successfully to %d bytes\n",
-            error.encoded);
     }
 return 0;
 }
@@ -211,8 +205,6 @@ if (error.encoded == -1)
 else
     {
     write(fd, buffer, error.encoded);
-    printfd(__FILE__, "GetResponsePDU encoded successfully to %d bytes\n",
-            error.encoded);
     }
 return 0;
 }
@@ -248,9 +240,6 @@ if (error.encoded == -1)
 else
     {
     write(fd, buffer, error.encoded);
-    printfd(__FILE__,
-            "GetResponsePDU for error encoded successfully to %d bytes\n",
-            error.encoded);
     }
 return 0;
 }