diff --git a/htdocs/includes/fckeditor/dolibarr_changes.txt b/htdocs/includes/fckeditor/dolibarr_changes.txt
index 4628ccb89304e7c4338afd157050eecbcd502197..830b6564c1c9fc96d6410af8dba209d078b02134 100644
--- a/htdocs/includes/fckeditor/dolibarr_changes.txt
+++ b/htdocs/includes/fckeditor/dolibarr_changes.txt
@@ -19,12 +19,6 @@ $pos = strstr ($uri, '/');      // $pos contient alors url sans nom domaine
 if ($pos == '/') $pos = '';     // si $pos vaut /, on le met a ''
 define('DOL_URL_ROOT', $pos);
 
-/*
-$conf->syslog->enabled=1;
-define('SYSLOG_FILE','c:/log/dolibarr/dolibarr.log');
-require_once("../../../../../../../../lib/functions.inc.php");
-dolibarr_syslog("eee".$conf->fckeditor->dir_output);
-*/
 
 // SECURITY: You must explicitelly enable this "connector". (Set it to "true").
 $Config['Enabled'] = true ;