Page MenuHomePhabricator

D6332.id21163.diff
No OneTemporary

D6332.id21163.diff

diff --git a/native/utils/url-utils.js b/native/utils/url-utils.js
--- a/native/utils/url-utils.js
+++ b/native/utils/url-utils.js
@@ -34,13 +34,11 @@
}
function getDevNodeServerURL(): string {
- invariant(__DEV__, 'getDevNodeServerURL called from production');
const hostname = getDevServerHostname();
return getDevNodeServerURLFromHostname(hostname);
}
function getDevLandingURL(): string {
- invariant(__DEV__, 'getDevLandingURL called from production');
const hostname = getDevServerHostname();
return getDevLandingURLFromHostname(hostname);
}

File Metadata

Mime Type
text/plain
Expires
Thu, Jan 9, 9:38 AM (2 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2831554
Default Alt Text
D6332.id21163.diff (572 B)

Event Timeline