Removed Send Songs to Server
This commit is contained in:
@@ -882,10 +882,6 @@ static void ProcessArgsFirst()
|
|||||||
CString Argument;
|
CString Argument;
|
||||||
if( GetCommandlineArgument( "test", &Argument ) )
|
if( GetCommandlineArgument( "test", &Argument ) )
|
||||||
LOG->Info ("Test: \"%s\"", Argument.c_str() );
|
LOG->Info ("Test: \"%s\"", Argument.c_str() );
|
||||||
|
|
||||||
//--LogSongs
|
|
||||||
if( GetCommandlineArgument( "sendsongs" ) )
|
|
||||||
NSMAN->SendSongs();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void ProcessArgsSecond()
|
static void ProcessArgsSecond()
|
||||||
|
|||||||
Reference in New Issue
Block a user