diff --git a/modulespection.cabal b/modulespection.cabal
--- a/modulespection.cabal
+++ b/modulespection.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                modulespection
-version:             0.1.0.5
+version:             0.1.0.6
 synopsis:            Template Haskell for introspecting a module's declarations
 description: 
  Collect all of the declarations in a module using Template Haskell (via the GHC API). 
diff --git a/src/Language/Haskell/TH/Module/Magic.hs b/src/Language/Haskell/TH/Module/Magic.hs
--- a/src/Language/Haskell/TH/Module/Magic.hs
+++ b/src/Language/Haskell/TH/Module/Magic.hs
@@ -110,7 +110,6 @@
             liftIO $ parseDynamicFilePragma dflags opts
          liftIO $ checkProcessArgsResult newDFlags unhandledFlags
          if (xopt Opt_Cpp newDFlags) then do
-            liftIO $ print "in cpp"
             withSystemTempFile (takeBaseName filePath <> ".cpp") $ \cppFilePath handle -> do
                liftIO $ hClose handle
                liftIO $ doCpp newDFlags True False filePath cppFilePath
