소스 검색

- Removed some debug output

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@713 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 14 년 전
부모
커밋
02b0141db7
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  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;
 	}