summaryrefslogtreecommitdiffstats
path: root/options/m_option.c
diff options
context:
space:
mode:
Diffstat (limited to 'options/m_option.c')
-rw-r--r--options/m_option.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/options/m_option.c b/options/m_option.c
index e0cc804914..ee651f9b7f 100644
--- a/options/m_option.c
+++ b/options/m_option.c
@@ -536,9 +536,6 @@ static int parse_byte_size(struct mp_log *log, const m_option_t *opt,
if (tmp_int > max) {
mp_err(log, "The %.*s option must be <= %"PRId64": %.*s\n",
BSTR_P(name), max, BSTR_P(param));
- double x = INT64_MAX;
- printf("max: %ld, %f %f %ld %ld %d %d\n", max, x, opt->max, (int64_t)opt->max, (int64_t)x, x > INT64_MAX, x == INT64_MAX);
- abort();
return M_OPT_OUT_OF_RANGE;
}