Author: batosai
Date: 2008-09-08 12:07:20 +0000 (Mon, 08 Sep 2008)
New Revision: 22558
Modified:
trunk/plugins/WoT/src/plugins/WoT/WoT.java
Log:
Doh ! Forgot to remove this after refactoring.
Modified: trunk/plugins/WoT/src/plugins/WoT/WoT.java
===================================================================
--- trunk/plugins/WoT/src/plugins/WoT/WoT.java 2008-09-08 12:04:32 UTC (rev
22557)
+++ trunk/plugins/WoT/src/plugins/WoT/WoT.java 2008-09-08 12:07:20 UTC (rev
22558)
@@ -317,10 +317,6 @@
OwnIdentity identity = new OwnIdentity(insertURI, requestURI,
nickName, publishTrustList, "testing");
db.store(identity);
identity.initTrustTree(db);
-
- // This identity has capacity on its own trust tree
- Score score = new Score(identity, identity, 100, 0, 100);
- db.store(score);
// This identity trusts the seed identity
identity.setTrust(db, seed, 100, "I trust the WoT plugin");