Removed old log function.
This commit is contained in:
parent
8f43a52eb4
commit
fd37e95a19
|
@ -17,12 +17,6 @@ define('JSONLD_XSD_DOUBLE', JSONLD_XSD . 'double');
|
||||||
define('JSONLD_XSD_INTEGER', JSONLD_XSD . 'integer');
|
define('JSONLD_XSD_INTEGER', JSONLD_XSD . 'integer');
|
||||||
define('JSONLD_XSD_ANY_URI', JSONLD_XSD . 'anyURI');
|
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.
|
* Creates the JSON-LD default context.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue