use debug instead of console.error
This commit is contained in:
@@ -325,7 +325,7 @@ function addDnsRecords() {
|
||||
});
|
||||
}, function (error) {
|
||||
if (error) {
|
||||
console.error(error);
|
||||
debug(error.message);
|
||||
gAddDnsRecordsTimerId = setTimeout(checkIfInSync, 5000);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user