Skip to content
Snippets Groups Projects
Commit add4f96a authored by tewk's avatar tewk
Browse files

removed debug logging

parent cdb37c27
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <src/common/log.h>
int main ( int argc , char * argv[] )
{
......@@ -17,10 +16,6 @@ int main ( int argc , char * argv[] )
slurm_msg_type_t msg_type;
log_options_t log_opts = LOG_OPTS_INITIALIZER;
log_opts.stderr_level = LOG_LEVEL_DEBUG;
unsigned int buffer_len = 1024 ;
char buf_temp [ buffer_len ] ;
char * buffer = buf_temp ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment