Skip to content

Commit 81d4fbf

Browse files
committed
remove localhost
1 parent 408948d commit 81d4fbf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

public/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,6 @@ function setupTraitify() {
480480

481481
if(environment === "staging") {
482482
Traitify.http.host = "https://api.stag.awse.traitify.com";
483-
// Traitify.http.host = "http://localhost:4000/";
484483
} else {
485484
Traitify.http.host = "https://api.traitify.com";
486485
}

0 commit comments

Comments
 (0)