]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
Revert "morelog"
authorThomas Debesse <dev@illwieckz.net>
Sat, 28 Aug 2021 02:53:32 +0000 (04:53 +0200)
committerThomas Debesse <dev@illwieckz.net>
Wed, 29 Sep 2021 21:26:13 +0000 (23:26 +0200)
This reverts commit 27352026c7f7c1a882371e132479b49add2eec25.

include/modulesystem.h

index 0989af4341975221a297f113b939549d2a04ffed..f7d4656440a1f71c0a54d0474e33225a420ff1af 100644 (file)
@@ -174,10 +174,6 @@ void initialise( const char* name ){
                globalModuleServer().setError( true );
                globalErrorStream() << "SingletonModuleRef::initialise: type=" << makeQuoted( typename Type::Name() ) << " version=" << makeQuoted( typename Type::Version() ) << " name=" << makeQuoted( name ) << " - not found\n";
        }
-       else
-       {
-               globalOutputStream() << "SingletonModuleRef::initialise: type=" << makeQuoted( typename Type::Name() ) << " version=" << makeQuoted( typename Type::Version() ) << " name=" << makeQuoted( name ) << " - found\n";
-       }
 }
 
 Type* getTable(){