Unverified Commit 17757450 authored by Oleg Alexandrov's avatar Oleg Alexandrov Committed by GitHub
Browse files

Remove stray text (#513)

* Remove stray text

* Remove one more debug line
parent 917d38e9
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -106,7 +106,6 @@ def load(label, props={}, formatter='ale', verbose=False, only_isis_spice=False,
    dict
         The ISD as a dictionary
    """
    print("Banana", only_isis_spice, only_naif_spice)
    if isinstance(formatter, str):
        formatter = __formatters__[formatter]
    
@@ -187,7 +186,6 @@ def loads(label, props='', formatter='ale', indent = 2, verbose=False, only_isis
    --------
    load
    """
    print(only_isis_spice, only_naif_spice)
    res = load(label, props, formatter, verbose, only_isis_spice, only_naif_spice)
    return json.dumps(res, indent=indent, cls=AleJsonEncoder)