From fd37e95a193fe9c6177ffcb908a643723e204f43 Mon Sep 17 00:00:00 2001 From: Dave Longley Date: Thu, 14 Jul 2011 00:50:51 -0400 Subject: [PATCH] Removed old log function. --- jsonld.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/jsonld.php b/jsonld.php index ab55cdc..bb2a9cc 100644 --- a/jsonld.php +++ b/jsonld.php @@ -17,12 +17,6 @@ define('JSONLD_XSD_DOUBLE', JSONLD_XSD . 'double'); define('JSONLD_XSD_INTEGER', JSONLD_XSD . 'integer'); define('JSONLD_XSD_ANY_URI', JSONLD_XSD . 'anyURI'); -// FIXME: remove me -function _log($value) -{ - return print_r(str_replace('\\/', '/', json_encode($value)), true); -} - /** * Creates the JSON-LD default context. *