Skip to content

Commit 459eb86

Browse files
authored
Merge pull request code-dot-org#24845 from code-dot-org/remove-unused
Remove unused authoredHintUtils function
2 parents bc1119f + e0552d8 commit 459eb86

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

apps/src/authoredHintUtils.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -107,18 +107,6 @@ authoredHintUtils.getFinishedHints_ = function () {
107107
return authoredHintUtils.getFromLocalStorage_('finished_authored_hint_views', []);
108108
};
109109

110-
/**
111-
* This only retrieves the hints stored in localStorage, which likely won't
112-
* include things from older sessions.
113-
*
114-
* TODO(ram): Grab *all* the old hint requests from the server, preferably on
115-
* level load
116-
* @return {FinishedHint[]}
117-
*/
118-
authoredHintUtils.getOldFinishedHints = function () {
119-
return authoredHintUtils.getFromLocalStorage_('old_finished_authored_hint_views', []);
120-
};
121-
122110
/**
123111
* @return {AttemptRecord}
124112
*/

0 commit comments

Comments
 (0)