Skip to content

Commit

Permalink
Remove remove_xform fn: it's nolonger required
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankApiyo committed Nov 9, 2023
1 parent 3329c5f commit f2869fb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions onadata/libs/utils/logger_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -947,12 +947,6 @@ def inject_instanceid(xml_str, uuid):
return xml_str


def remove_xform(xform):
"""Deletes an XForm ``xform``."""
# delete xform, and all related models
xform.delete()


class PublishXForm:
"A class to publish an XML XForm file."

Expand Down

0 comments on commit f2869fb

Please sign in to comment.