diff --git a/Setup.hs b/Setup.hs
deleted file mode 100644
--- a/Setup.hs
+++ /dev/null
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain
diff --git a/file-reader/Main.hs b/file-reader/Main.hs
--- a/file-reader/Main.hs
+++ b/file-reader/Main.hs
@@ -70,9 +70,6 @@
       , div_ [] [ text info ]
       ]
 
-foreign import javascript unsafe "console.log($1);"
-  consoleLog :: JSVal -> IO ()
-
 foreign import javascript unsafe "$r = new FileReader();"
   newReader :: IO JSVal
 
diff --git a/miso-examples.cabal b/miso-examples.cabal
--- a/miso-examples.cabal
+++ b/miso-examples.cabal
@@ -1,5 +1,5 @@
 name:                miso-examples
-version:             1.2.0.0
+version:             1.3.0.0
 category:            Web, Miso, Data Structures
 author:              David M. Johnson <djohnson.m@gmail.com>
 maintainer:          David M. Johnson <djohnson.m@gmail.com>
