Browse Source

- Removed some debug output

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@713 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 14 years ago
parent
commit
02b0141db7
1 changed files with 0 additions and 4 deletions
  1. 0 4
      core/attributedef.class.inc.php

+ 0 - 4
core/attributedef.class.inc.php

@@ -2021,10 +2021,6 @@ class AttributeOneWayPassword extends AttributeDefinition
 			$aValues = array();
 			$aValues[$this->GetCode().'_hash'] = '';
 			$aValues[$this->GetCode().'_salt'] = '';
-			echo "Writing an empty password !!!";
-			echo "<pre>\n";
-			print_r($value);
-			echo "</pre>\n";
 		}
 		return $aValues;
 	}