Skip to content
Snippets Groups Projects
Commit 5ba36eed authored by Oyvind.Gjesdal's avatar Oyvind.Gjesdal
Browse files

remove write/append of filepath for Hangaa to local file (probably added for debugging)

parent fdbd2f27
No related branches found
No related tags found
1 merge request!10Resolve "Ta bort skriv til debug-fil for Hangaa"
...@@ -558,7 +558,6 @@ class Haanga_Compiler_Tokenizer ...@@ -558,7 +558,6 @@ class Haanga_Compiler_Tokenizer
static function init($template, $compiler, $file='') static function init($template, $compiler, $file='')
{ {
$lexer = new Haanga_Compiler_Tokenizer($template, $compiler, $file); $lexer = new Haanga_Compiler_Tokenizer($template, $compiler, $file);
file_put_contents('/var/www/html/marcus-prod/cache/foo.php', $file . "\n", FILE_APPEND);
$parser = new Haanga_Compiler_Parser($lexer, $file); $parser = new Haanga_Compiler_Parser($lexer, $file);
$parser->compiler = $compiler; $parser->compiler = $compiler;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment