Commit af44829c67cdec505fbc6559e853c36384c51ebd

removed debug
  
129129 $servers = common_config('mollom', 'servers');
130130
131131 if ($servers == NULL) {
132 error_log("No server - getting list");
133132 // Retrieve a list of valid Mollom servers from mollom.com:
134133 $servers = $this->xmlrpc('http://xmlrpc.mollom.com/'. MOLLOM_API_VERSION, 'mollom.getServerList', $this->authentication());
135134
136135 // Store the list of servers in the database:
137136 // TODO! variable_set('mollom_servers', $servers);
138137 }
139 error_log("Servers = " . print_r($servers, 1));
140138
141139 if (is_array($servers)) {
142140 // Send the request to the first server, if that fails, try the other servers in the list: