From 56986ba843c94ca9b00be2271e8fbfb242fe2bb7 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 11 Mar 2017 09:56:05 +0100 Subject: [PATCH] - removed debug output from recent translation additions. --- src/r_data/r_translate.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/r_data/r_translate.cpp b/src/r_data/r_translate.cpp index 64f00b5bc..adcbc93fd 100644 --- a/src/r_data/r_translate.cpp +++ b/src/r_data/r_translate.cpp @@ -561,7 +561,6 @@ void FRemapTable::AddToTranslation(const char *range) } sc.MustGetAnyToken(); - Printf(0, "token type: %d", sc.TokenType); if (sc.TokenType == '[') {