We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc1119f + e0552d8 commit 459eb86Copy full SHA for 459eb86
apps/src/authoredHintUtils.js
@@ -107,18 +107,6 @@ authoredHintUtils.getFinishedHints_ = function () {
107
return authoredHintUtils.getFromLocalStorage_('finished_authored_hint_views', []);
108
};
109
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
-
122
/**
123
* @return {AttemptRecord}
124
*/
0 commit comments