diff options
Diffstat (limited to 'src/publisher.c')
| -rw-r--r-- | src/publisher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/publisher.c b/src/publisher.c index e216232..7c401c4 100644 --- a/src/publisher.c +++ b/src/publisher.c @@ -62,7 +62,7 @@ int main (int argc, char *argv []) // Send current one if(FILE_EXISTS(logfile)){ publish(publisher,logfile,client,interval); - //remove(logfile); + remove(logfile); } } } |
