Skip to content

Commit

Permalink
Revert adding Tedzani clinic in code, as it is already present (with …
Browse files Browse the repository at this point in the history
…different uuids) on both upper and lower Neno production servers.
  • Loading branch information
mseaton committed Jun 18, 2024
1 parent 2eb290d commit a328aea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,4 @@ public class Locations {
public String name() { return "Nsambe HC"; }
public String description() { return "Nsambe Health Center"; }
};
public static LocationDescriptor TEDZANI_CLINIC_HC= new LocationDescriptor() {
public String uuid() { return "E76903E3-7019-4B29-96D6-8AA8E891ECA2"; }
public String name() { return "Tedzani Clinic"; }
public String description() { return "Tedzani Clinic"; }
};
}

This file was deleted.

0 comments on commit a328aea

Please sign in to comment.