浏览代码

- 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;
 	}