mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Remove debug message, any still unexpected token is an error
This commit is contained in:
parent
c52baae3c8
commit
943b5cf3a4
@ -271,9 +271,7 @@ class SS_ConfigStaticManifest_Parser {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
echo "What's this?\n";
|
user_error('Unexpected token when building static manifest: '.print_r($token, true), E_USER_ERROR);
|
||||||
print_r($token);
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user