diff options
Diffstat (limited to 'src/haserl.c')
-rw-r--r-- | src/haserl.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/haserl.c b/src/haserl.c index 96ae420..1f3737c 100644 --- a/src/haserl.c +++ b/src/haserl.c @@ -72,10 +72,6 @@ #include "h_luac.h" #endif -#ifdef DEBUG -#include <syslog.h> -#endif - #include "haserl.h" #ifndef TEMPDIR @@ -632,11 +628,6 @@ main (int argc, char *argv[]) list_t *env = NULL; - #ifdef DEBUG - openlog("haserl", LOG_NDELAY, LOG_LOCAL0); - syslog (LOG_ERR, "Haserl starting..."); - #endif - assignGlobalStartupValues(); #ifndef JUST_LUACSHELL buffer_init (&script_text); @@ -760,10 +751,6 @@ main (int argc, char *argv[]) } } - #ifdef DEBUG - syslog (LOG_ERR, "The script is going to start."); - #endif - /* build a copy of the script to send to the shell */ #ifndef JUST_LUACSHELL if (strcmp (global.shell, "luac")) @@ -796,9 +783,6 @@ main (int argc, char *argv[]) shell_destroy (); } - #ifdef DEBUG - syslog (LOG_ERR, "The script has finished."); - #endif if (global.uploadlist) { |