diff --git a/src/unitgrade/framework.py b/src/unitgrade/framework.py
index 9dbfd59f8fa3a5eef322b7b7cde9bb954cc40263..2020cc6a16b7c20eefade50591e3e82e47ee61ff 100644
--- a/src/unitgrade/framework.py
+++ b/src/unitgrade/framework.py
@@ -293,9 +293,9 @@ class UTestCase(unittest.TestCase):
             file = sys.stdout
         return Capturing2(stdout=file)
 
-    def __call__(self, *args, **kwargs):
-        a = '234'
-        pass
+    # def __call__(self, *args, **kwargs):
+    #     a = '234'
+    #     pass
 
 
     @classmethod
@@ -408,13 +408,13 @@ class UTestCase(unittest.TestCase):
     # import new
     # z.q = new.instancemethod(method, z, None)
 
-    def __getattr__(self, item):
-        print("hi there ", item)
-        return super().__getattr__(item)
-
-    def __getattribute__(self, item):
-        print("oh hello sexy. ", item)
-        return super().__getattribute__(item)
+    # def __getattr__(self, item):
+    #     # print("hi there ", item)
+    #     return super().__getattr__(item)
+    #
+    # def __getattribute__(self, item):
+    #     # print("oh hello sexy. ", item)
+    #     return super().__getattribute__(item)
 
 
 
diff --git a/src/unitgrade/version.py b/src/unitgrade/version.py
index 928604a80b4362947276dddab714583fa633ad41..4aa214fa363468d9d1be0fa8ac7b239808fd739a 100644
--- a/src/unitgrade/version.py
+++ b/src/unitgrade/version.py
@@ -1 +1 @@
-__version__ = "0.1.28.1"
\ No newline at end of file
+__version__ = "0.1.28.2"
\ No newline at end of file