2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2024-11-22 02:59:49 +00:00

Removed Debug-Code Data::Dumper

git-svn-id: https://svn.fhem.de/fhem/trunk@1798 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parixx 2012-08-13 17:41:46 +00:00
parent 97d4e7cb14
commit 82fd0ea6f9

View File

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