Removed Debug-Code Data::Dumper

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@1798 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parixx
2012-08-13 17:41:46 +00:00
parent 56b10bfd97
commit d845cbace9

View File

@@ -47,7 +47,6 @@
package main;
use strict;
use warnings;
use Data::Dumper;
use vars qw(%data);
#-------------------------------------------------------------------------------
sub TXT_Initialize($)