fix: Removed accidentally added course doctype in list
diff --git a/erpnext/config/education.py b/erpnext/config/education.py
index 58f2f17..4efaaa6 100644
--- a/erpnext/config/education.py
+++ b/erpnext/config/education.py
@@ -195,10 +195,6 @@
 				},
 				{
 					"type": "doctype",
-					"name": "Course"
-				},
-				{
-					"type": "doctype",
 					"name": "Topic",
 				},
 				{