diff --git a/router/java/src/net/i2p/router/message/OutboundClientMessageOneShotJob.java b/router/java/src/net/i2p/router/message/OutboundClientMessageOneShotJob.java
index 9e1ad88a46afc67095cde572ff8c54e1a6d8c0b2..6e64d2040ef0ac7977720328c7a93a8f00bb8ec2 100644
--- a/router/java/src/net/i2p/router/message/OutboundClientMessageOneShotJob.java
+++ b/router/java/src/net/i2p/router/message/OutboundClientMessageOneShotJob.java
@@ -860,7 +860,6 @@ public class OutboundClientMessageOneShotJob extends JobImpl {
     
     /** build the payload clove that will be used for all of the messages, placing the clove in the status structure */
     private boolean buildClove() {
-// FIXME set SKM
         PayloadGarlicConfig clove = new PayloadGarlicConfig();
         
         DeliveryInstructions instructions = new DeliveryInstructions();
@@ -960,6 +959,7 @@ public class OutboundClientMessageOneShotJob extends JobImpl {
         
         public String getName() { return "Send client message successful"; }
         public void runJob() {
+            // do we leak tags here?
             if (_finished) return;
             _finished = true;
             long sendTime = getContext().clock().now() - _start;