Remove this

This commit is contained in:
Federico Cecchetto 2021-06-20 21:21:29 +02:00
parent b1a29ded7d
commit c49ca5a8cd

View File

@ -85,8 +85,6 @@ namespace scripting
{ {
current_file = filename; current_file = filename;
printf("%s\n", filename);
const auto file_id = atoi(filename); const auto file_id = atoi(filename);
if (file_id) if (file_id)
{ {