diff --git a/Main.hs b/Main.hs
--- a/Main.hs
+++ b/Main.hs
@@ -89,7 +89,6 @@
     entries    = appCache ++ indexedDB ++ localStorage 
     badFiles   = filterMaybe (fmap unlisted . domain) entries
     badDomains = mapMaybe domain badFiles
-  liftIO $ print indexedDB
   liftIO $ mapM_ removePathForcibly badFiles
   return (length badFiles, nub badDomains)
   where
diff --git a/bisc.cabal b/bisc.cabal
--- a/bisc.cabal
+++ b/bisc.cabal
@@ -1,5 +1,5 @@
 name:                bisc
-version:             0.2.1.0
+version:             0.2.2.0
 synopsis:            A small tool that clears qutebrowser cookies.
 description:         
 
