Denis K 9 anni fa
parent
commit
02d51e67de
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      jet/dashboard_modules/google_analytics.py

+ 0 - 1
jet/dashboard_modules/google_analytics.py

@@ -53,7 +53,6 @@ class ModuleCredentialStorage(Storage):
             return None
 
     def put(self, credentials):
-        print('put')
         self.module.update_settings({'credential': credentials.to_json()})
 
     def delete(self):