From f70217dc62d01a8a6234cc964f63c17d964d4844 Mon Sep 17 00:00:00 2001 From: parixx <> Date: Mon, 13 Aug 2012 17:41:46 +0000 Subject: [PATCH] Removed Debug-Code Data::Dumper git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@1798 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- contrib/99_TXT.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/99_TXT.pm b/contrib/99_TXT.pm index be3978aaa..3437cabd0 100755 --- a/contrib/99_TXT.pm +++ b/contrib/99_TXT.pm @@ -47,7 +47,6 @@ package main; use strict; use warnings; -use Data::Dumper; use vars qw(%data); #------------------------------------------------------------------------------- sub TXT_Initialize($)