[minor] remove student batch name from activation.py
diff --git a/erpnext/utilities/activation.py b/erpnext/utilities/activation.py
index 0b73d3e..1ae92c1 100644
--- a/erpnext/utilities/activation.py
+++ b/erpnext/utilities/activation.py
@@ -37,9 +37,6 @@
 	if frappe.db.count('Student') > 5:
 		activation_level += 1
 
-	if frappe.db.count('Student Batch Name') > 5:
-		activation_level += 1
-
 	if frappe.db.count('Instructor') > 5:
 		activation_level += 1