remove debug message

This commit is contained in:
Lennart Poettering 2008-07-30 13:44:20 +02:00
parent bb009345ca
commit b7b4b5e589

View file

@ -762,8 +762,6 @@ int main(int argc, char *argv[]) {
/* If we are already running and with are run in /* If we are already running and with are run in
* --start mode, then let's return this as success. */ * --start mode, then let's return this as success. */
pa_log_info("z=%i rock!", z);
retval = 0; retval = 0;
goto finish; goto finish;
} }