Skip to content

Commit

Permalink
Remove uneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
iranzo committed Nov 22, 2024
1 parent 19da255 commit f7431f2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions 3-listado-socios-categoria.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env python

import sys

import common

Expand Down Expand Up @@ -53,10 +52,7 @@
try:
userid = user["campsDinamics"][field]
except:
print(user)
print(field)
userid = False
sys.exit(0)

if userid:
if not (
Expand Down

0 comments on commit f7431f2

Please sign in to comment.