aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.go b/main.go
index 758436c..76da453 100644
--- a/main.go
+++ b/main.go
@@ -2425,7 +2425,6 @@ func GetActorInstance(path string) (string, string) {
}
func AddInstanceToIndex(actor string) {
-
// if local testing enviroment do not add to index
re := regexp.MustCompile(`(.+)?(localhost|\d+\.\d+\.\d+\.\d+)(.+)?`)
if re.MatchString(actor) {