Skip to content
Snippets Groups Projects
Commit 1c260234 authored by Daniel Lyons's avatar Daniel Lyons
Browse files

Remove commented out code

parent d1c4ee44
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1421Go contacts wrest
Pipeline #11101 passed
......@@ -47,21 +47,3 @@ func main() {
fmt.Println(strings.Join(contacts, ", "))
}
}
//
//
//def main():
//"""
//Retrieves contact email addresses from the OPT and PST database for a given project
//
//:return:
//"""
//parser = argparse.ArgumentParser(description="Retrieve contact email addresses from the OPT and PST database")
//parser.add_argument("project_code", help="Project code of the project to look up the contactable authors for")
//ns = parser.parse_args()
//
//# Retrieve project contacts' email addresses freom my.nrao.edu
//emails = ProjectContactsWrester(ns.project_code).retrieve_contacts()
//
//# Display them
//json.dump(emails, sys.stdout)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment