collect static

This commit is contained in:
Usman Nasir
2020-06-02 18:42:24 +05:00
parent 7e0733dd77
commit a15adb5ca7

View File

@@ -73,16 +73,6 @@ function connect() {
if (remember) {
store(options)
}
// if (check()) {
// openTerminal(options)
// } else {
// for (var key in validResult) {
// if (!validResult[key]) {
// alert(errorMsg[key]);
// break;
// }
// }
// }
openTerminal(options)
}