Remove debugging message.

This commit is contained in:
Themaister 2013-10-06 16:53:44 +02:00
parent 9c5c7e6292
commit 30af7fb0fc

View File

@ -964,7 +964,6 @@ static void save_keybind_hat(config_file_t *conf, const char *key, const struct
break;
default:
RARCH_ERR("Hat direction is invalid: 0x%x.\n", (unsigned)GET_HAT_DIR(hat));
rarch_assert(0);
}