Removed status message without trying connection

This commit is contained in:
Sheng
2019-08-10 16:06:09 +08:00
parent cf13ec8456
commit 750378e8f0

View File

@@ -791,7 +791,7 @@ jQuery(function($){
if (url_form_data.hostname && url_form_data.username) {
connect(url_form_data);
} else {
log_status('Values of hostname and username are required.');
console.log('Values of hostname and username are required.');
}
}