Skip to content

Commit

Permalink
Remove extraneous comment. (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Duftler committed Jun 21, 2017
1 parent f492a09 commit 06b3c86
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ String currentInstanceId() {
log.warn("Failed to determine Kayenta hostname", e);
}

// TODO: Will want to figure out how to properly identify this node internal to Netflix.
String currentInstanceId = UUID.randomUUID() + "@" + hostname;

return currentInstanceId;
Expand Down

0 comments on commit 06b3c86

Please sign in to comment.