Commit da8c545b authored by Romain Courteaud's avatar Romain Courteaud

Unused code

parent ebcac51d
...@@ -66,11 +66,6 @@ state = kwargs.get(\'state\') or \'started\'\n ...@@ -66,11 +66,6 @@ state = kwargs.get(\'state\') or \'started\'\n
\n \n
hosting_subscription_portal_type = "Hosting Subscription"\n hosting_subscription_portal_type = "Hosting Subscription"\n
\n \n
if is_slave == True:\n
software_instance_portal_type = "Slave Instance"\n
else:\n
software_instance_portal_type = "Software Instance"\n
\n
tag = "%s_%s_inProgress" % (person.getUid(), \n tag = "%s_%s_inProgress" % (person.getUid(), \n
software_title)\n software_title)\n
\n \n
......
695 696
\ No newline at end of file \ No newline at end of file
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