Skip to content

Commit

Permalink
rm prints
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimpe committed Oct 11, 2023
1 parent 987ed59 commit 678e3ba
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tdrs-backend/tdpservice/parsers/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,7 @@ def get_program_model(str_prog, str_section, str_model):

def get_section_reference(str_prog, str_section):
"""Return the named section reference for a given program and section."""
val = get_schema_options(program=str_prog, section=str_section, query='section')
print('----------**************')
print(val)
return val
return get_schema_options(program=str_prog, section=str_section, query='section')

def get_text_from_df(df):
"""Return the short-hand text for program, section for a given datafile."""
Expand Down

0 comments on commit 678e3ba

Please sign in to comment.