Skip to content

Commit

Permalink
remove extra print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
eacharles committed Sep 27, 2018
1 parent e5c27d2 commit 8b1878c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fermipy/roi_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,6 @@ def create_from_xml(root, extdir=None):
except Exception:
skydir = hpx_utils.get_map_skydir(os.path.expandvars(
src_dict['Spatial_Filename']))
print (skydir)
src_dict['RAJ2000'] = skydir.ra.deg
src_dict['DEJ2000'] = skydir.dec.deg

Expand Down

0 comments on commit 8b1878c

Please sign in to comment.