Skip to content

Commit

Permalink
Removed TODO comments.
Browse files Browse the repository at this point in the history
Actual work remaining to be done is now captured in GH issues, such as
this one: #54
  • Loading branch information
kadams54 authored and brondsem committed Jul 5, 2019
1 parent 0745d96 commit af99759
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion switchboard/admin/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,6 @@
}
return new Handlebars.SafeString(summary);
});
// TODO: replace with https://github.com/helpers/handlebars-helper-moment
Handlebars.registerHelper('timeSince', function(date) {
return moment(date).fromNow();
});
Expand Down
1 change: 0 additions & 1 deletion switchboard/conditions.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
:license: Apache License 2.0, see LICENSE for more details.
"""

# TODO: i18n
# Credit to Haystack for abstraction concepts

import datetime
Expand Down

0 comments on commit af99759

Please # to comment.