diff --git a/NetworkingLib/src/Networking.cpp b/NetworkingLib/src/Networking.cpp
index 424741b09ac05dbda37649a2db587f17fb8d1d9d..5f8a7c0bd84147f4c7601ca1b3d326e238c41e49 100644
--- a/NetworkingLib/src/Networking.cpp
+++ b/NetworkingLib/src/Networking.cpp
@@ -24,8 +24,6 @@ Networking::Networking()
                 catch (...)
                 {
                     // Ignore exceptions raised by handlers.
-                    // TODO: remove this!
-                    throw;
                 }
             }
         });