summaryrefslogtreecommitdiffhomepage
path: root/app/lib
diff options
context:
space:
mode:
Diffstat (limited to 'app/lib')
-rw-r--r--app/lib/backend.js7
1 files changed, 1 insertions, 6 deletions
diff --git a/app/lib/backend.js b/app/lib/backend.js
index 400e2bdfc9..0151bf2cda 100644
--- a/app/lib/backend.js
+++ b/app/lib/backend.js
@@ -408,12 +408,7 @@ export default class Backend extends EventEmitter {
timer = setTimeout(() => {
let err = null;
-
- // Prototype: the US servers will throw error during connect
- if(/us\d+\.mullvad\.net/.test(addr)) {
- err = new BackendError(Backend.ErrorType.noCredit);
- }
-
+
this._connStatus = Backend.ConnectionState.connected;
// emit: connect