Removed old log function.

This commit is contained in:
Dave Longley 2011-07-14 00:50:51 -04:00
parent 8f43a52eb4
commit fd37e95a19
1 changed files with 0 additions and 6 deletions

View File

@ -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.
*