From 46b652b4a2d98f5f976d31c5aa78c005473a77cf Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Sun, 18 Oct 2009 20:29:02 +0000 Subject: [PATCH] -Remove debug output for now git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4405 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/ontap.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/ontap.pm b/xCAT-server/lib/xcat/plugins/ontap.pm index dc2ec7386..e23aadcd6 100644 --- a/xCAT-server/lib/xcat/plugins/ontap.pm +++ b/xCAT-server/lib/xcat/plugins/ontap.pm @@ -116,7 +116,7 @@ sub process_request { #Develop serially first, then put fork semantics in place handle_targets($controller,$request); } - use Data::Dumper; + #use Data::Dumper; }; sub get_controller_iqn { @@ -224,7 +224,7 @@ sub getUnits { sub create_new_lun { - print Dumper(@_); + #print Dumper(@_); my $controller = shift; my $gname = shift; my $cfg = shift;