diff --git a/Snakefile b/Snakefile
index 5581090b37a78cdff7936df9931d4c223c855087..aad8e25b079b2d334ad5e439d5f948f7282f5b94 100644
--- a/Snakefile
+++ b/Snakefile
@@ -23,11 +23,6 @@ TODO: Discuss name for quadrature mesh (now: grid)
 TODO: Contemplate using lambdify for basis
 
 Urgent:
-TODO: Move mesh into separate file -> Done
-TODO: Restructure 'calculate_approximate_solution()' -> Done (not needed)
-TODO: Vectorize 'calculate_approximate_solution()' -> Done
-TODO: Vectorize 'calculate_exact_solution()' -> Done
-TODO: Rework Theoretical TCD for efficiency -> Done
 TODO: Extract object initialization from DGScheme
 TODO: Replace loops/list comprehension with vectorization if feasible
 TODO: Replace loops with list comprehension if feasible