removed code related to Badge
diff --git a/payroll/doctype/attendance/attendance.py b/payroll/doctype/attendance/attendance.py
index 664a3cb..d64a8e3 100644
--- a/payroll/doctype/attendance/attendance.py
+++ b/payroll/doctype/attendance/attendance.py
@@ -22,9 +22,6 @@
     self.doc = doc
     self.doclist = doclist
     
-    # Notification objects    
-    self.badge_obj = get_obj('Badge Settings','Badge Settings','','',1)
-  
   #autoname function
   def autoname(self):
     self.doc.name = make_autoname(self.doc.naming_series+'.#####')
diff --git a/setup/page/setup/setup.js b/setup/page/setup/setup.js
index 645fbd1..ae4a835 100644
--- a/setup/page/setup/setup.js
+++ b/setup/page/setup/setup.js
@@ -170,8 +170,6 @@
     ['Web Forms',2,'Webforms','', 'Code to embed forms in yor website'],
     ['Permissions Manager',2,'Permission Engine','', 'Manage all permissions from one tool (beta)'],
     ['Property Setter',1,'Property Setter','', 'Customize properties of a Form (DocType) or Field'],
-    //['Badge Settings',3,'Badge Settings','','Define rules for assigning badges to users'],
-    //['Social Badge',1,'Social Badge','id'+NEWLINE+'badge_image'+NEWLINE+'badge_description'+NEWLINE+'badge_points','Social badge master'],
     ['Letter Head',1,'Letter Head','','Manage different letter heads for Prints'],
     ['SMS Settings',3,'SMS Settings','','Integrate your personalized SMS gateway which support http web service'],
     ['SMS Center',3,'SMS Center','','Send mass sms to your leads, contacts and partners']