[vhffs-dev] [1296] Removed useless warning

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 1296
Author:   beuss
Date:     2008-10-30 08:14:41 +0100 (Thu, 30 Oct 2008)

Log Message:
-----------
Removed useless warning

Modified Paths:
--------------
    branches/vhffs-design/vhffs-api/src/Vhffs/Panel/DNS.pm


Modified: branches/vhffs-design/vhffs-api/src/Vhffs/Panel/DNS.pm
===================================================================
--- branches/vhffs-design/vhffs-api/src/Vhffs/Panel/DNS.pm	2008-10-29 02:49:15 UTC (rev 1295)
+++ branches/vhffs-design/vhffs-api/src/Vhffs/Panel/DNS.pm	2008-10-30 07:14:41 UTC (rev 1296)
@@ -335,7 +335,6 @@
 sub add_txt {
     my ($dns, $name, $txt) = @_;
     die() unless(defined $dns && defined $name && defined $txt);
-    warn "$name:$txt (2)";
     my $rval = $dns->add_txt($name, $txt);
     return 1 if($rval > 0);
     die(gettext('Invalid prefix')."\n") if($rval == -1);


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/