diff --git a/htdocs/google/admin/google_other.php b/htdocs/google/admin/google_other.php
index e84bd5190..57a848cf8 100644
--- a/htdocs/google/admin/google_other.php
+++ b/htdocs/google/admin/google_other.php
@@ -43,19 +43,6 @@
* Actions
*/
-if ($actionsave) {
- $db->begin();
-
- $res=dolibarr_set_const($db, 'GOOGLE_DEBUG', trim(GETPOST("GOOGLE_DEBUG")), 'chaine', 0, '', $conf->entity);
-
- if (! $error) {
- $db->commit();
- $mesg = "".$langs->trans("SetupSaved")."";
- } else {
- $db->rollback();
- $mesg = "".$langs->trans("Error")."";
- }
-}