changeset 8120:d4fa7a9c3a21 permission-performance

Remove debug code
author Ralf Schlatterbeck <rsc@runtux.com>
date Fri, 18 Oct 2024 16:54:24 +0200
parents c12377fb4144
children 2a4d0413bd20
files roundup/security.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/roundup/security.py	Fri Oct 18 16:52:42 2024 +0200
+++ b/roundup/security.py	Fri Oct 18 16:54:24 2024 +0200
@@ -339,8 +339,6 @@
            Permission.test() method.
 
         '''
-        if classname == 'status':
-            import pdb; pdb.set_trace()
         if itemid and classname is None:
             raise ValueError('classname must accompany itemid')
         # for each of the user's Roles, check the permissions

Roundup Issue Tracker: http://roundup-tracker.org/