Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0b116c8

Browse files
committed
Removed redundant Debug.Trace import from IO.Bitmap.
1 parent 560fe72 commit 0b116c8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/Graphics/Bling/IO/Bitmap.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ import Graphics.Bling.Math
1010
import Graphics.Bling.Spectrum
1111
import Graphics.Bling.Texture
1212

13-
import Debug.Trace
14-
1513
readTexture :: FilePath -> IO (Either String DiscreteSpectrumMap2d)
1614
readTexture fname = do
1715
edi <- JP.readImage fname

0 commit comments

Comments
 (0)