removed debug code

This commit is contained in:
Spencer Florence 2015-08-31 11:49:25 -05:00
parent 74f0f5fa6f
commit f69811bce0

View File

@ -33,7 +33,6 @@
(define submods (irrelevant-submodules))
(define file-location-coverage-cache
(coverage-cache-file key c submods))
(local-require racket/dict)
(lambda (loc)
(interval-map-ref file-location-coverage-cache loc 'irrelevant)))