diff --git a/htdocs/admin/fckeditor.php b/htdocs/admin/fckeditor.php
index 4c1e495939a..22f0be20bd5 100644
--- a/htdocs/admin/fckeditor.php
+++ b/htdocs/admin/fckeditor.php
@@ -216,9 +216,8 @@ if (empty($conf->use_javascript_ajax))
print ''."\n";
// Add env of ckeditor
- // This is to show how CKEditor detect browser to understand why editor is disabled or not
- if (1 == 2) // Change this to enable output
- {
+ // This is to show how CKEditor detect browser to understand why editor is disabled or not. To help debug.
+ /*
print '
';
}
+ */
}
// End of page