1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

Remove some debugging prints on Android

This commit is contained in:
Hugo Locurcio
2018-02-17 22:34:08 +01:00
parent 2d0c07bd5a
commit d698814367
8 changed files with 8 additions and 200 deletions

View File

@@ -117,8 +117,6 @@ Error AudioDriverOpenSL::init() {
ERR_FAIL_V(ERR_INVALID_PARAMETER);
}
print_line("OpenSL Init OK!");
return OK;
}