Remove debug message, any still unexpected token is an error

This commit is contained in:
Hamish Friedlander 2013-03-12 15:40:12 +13:00
parent c52baae3c8
commit 943b5cf3a4

View File

@ -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;
} }
} }