From 9bb4f9e977011369b6240e77b2539585e2ff7670 Mon Sep 17 00:00:00 2001 From: Dave Winer Date: Fri, 9 Jan 2015 13:04:04 -0500 Subject: [PATCH] v0.49 --- pagepark.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/pagepark.js b/pagepark.js index 0be93f4..d622b60 100644 --- a/pagepark.js +++ b/pagepark.js @@ -204,9 +204,7 @@ var urlDefaultTemplate = "http://fargo.io/code/pagepark/defaultmarkdowntemplate. } function httpExt2MIME (ext) { //12/24/14 by DW mime.default_type = "text/plain"; - console.log ("httpExt2MIME: type == " + mime.lookup (ext)); return (mime.lookup (ext)); - } function httpReadUrl (url, callback) { request (url, function (error, response, body) {