aboutsummaryrefslogtreecommitdiffhomepage
path: root/Main.hs
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-01-27 20:06:20 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-01-27 20:06:20 -0700
commit5a8a17158c51fcbddddd4f6a82bd1a28cd7808b5 (patch)
treefcc2cbb67767e00a053b16caccb0b539e499c55e /Main.hs
parent81794a35e80b76ff4fddbf22a94fa3980faa4003 (diff)
downloadsscan-5a8a17158c51fcbddddd4f6a82bd1a28cd7808b5.tar.gz
Stop adding document author metadata
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/Main.hs b/Main.hs
index 412b237..5a5bb3f 100644
--- a/Main.hs
+++ b/Main.hs
@@ -117,9 +117,6 @@ processScanSessDir st dir = withCurrentDirectory dir $ do
in unlines [ "InfoBegin"
, "InfoKey: Title"
, "InfoValue: scan of " ++ date
- , "InfoBegin"
- , "InfoKey: Author"
- , "InfoValue: spw"
]
makeInitialState :: IO St