Commit c4ab1cb9 authored by Arnaud Fontaine's avatar Arnaud Fontaine

Remove pdb (e7fd1555).

parent 9bd169f3
......@@ -2979,7 +2979,6 @@ class Base( CopyContainer,
security.declareProtected(Permissions.AccessContentsInformation, 'skinSuper')
def skinSuper(self, skin, id):
self.pdb()
if id[:1] != '_' and id[:3] != 'aq_':
skin_info = SKINDATA.get(thread.get_ident())
if skin_info is not None:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment