Comment out input_common debug log

This commit is contained in:
twinaphex 2014-08-02 19:56:18 +02:00
parent 3e8715c3f3
commit b6dc9fff03

View File

@ -1197,7 +1197,7 @@ static bool input_try_autoconfigure_joypad_from_conf(config_file_t *conf, unsign
snprintf(ident_idx, sizeof(ident_idx), "%s_p%d", ident, index);
RARCH_LOG("ident_idx: %s\n", ident_idx);
//RARCH_LOG("ident_idx: %s\n", ident_idx);
cond_found_idx = !strcmp(ident_idx, name);
cond_found_general = !strcmp(ident, name) && !strcmp(driver, input_driver);