Skip to content

Commit

Permalink
Merge pull request #74 from TigerAppsOrg/remove-notice
Browse files Browse the repository at this point in the history
Remove maintenance note
  • Loading branch information
joshuamotoaki authored Jun 7, 2024
2 parents f58d390 + c538d58 commit 9d3a254
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/routes/(apps)/recalplus/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,6 @@ onMount(async () => {
let courses = $savedCourses[id] ? [...$savedCourses[id]] : [];
searchCourseData.remove(CURRENT_TERM_ID, courses);
toastStore.add("warning",
"TigerJunction is in maintenance mode until June 7th. Expect some bugs and downtime.",
10)
$ready = true;
});
</script>
Expand Down

0 comments on commit 9d3a254

Please sign in to comment.