- remove TRIPLEDRAGON leftovers

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2021-05-17 23:27:41 +02:00
committed by Thilo Graf
parent 8ead7f9805
commit 42264ba4af
4 changed files with 1 additions and 65 deletions

View File

@@ -54,8 +54,6 @@ void hal_debug_init(void)
{
int i = 0;
char *tmp = getenv("HAL_DEBUG");
if (! tmp)
tmp = getenv("TRIPLE_DEBUG"); /* backwards compatibility... */
if (! tmp)
debuglevel = 0;
else