Skip to content

Commit

Permalink
Merge pull request #122 from lsst/tickets/DM-22283
Browse files Browse the repository at this point in the history
Remove unneeded addVisits call.
  • Loading branch information
ktlim committed Nov 20, 2019
2 parents c381ef5 + 5eca652 commit 8edaecd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/lsst/obs/decam/ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def run(self, args):
for info in hduInfoList:
self.register.addRow(registry, info, dryrun=args.dryrun, create=args.create)

self.register.addVisits(registry, dryrun=args.dryrun)
elif args.filetype == "raw":
IngestTask.run(self, args)

Expand Down

0 comments on commit 8edaecd

Please sign in to comment.