浏览代码

commit 2dcd8bdae4e4c39d12d5547ce2772911ac86b206
Author: Chris Douglas <cdouglas@apache.org>
Date: Mon Sep 20 01:25:24 2010 -0700

Remove extraneous debug stmt


git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.20-security-patches@1077713 13f79535-47bb-0310-9956-ffa450edef68

Owen O'Malley 14 年之前
父节点
当前提交
e69b6c00b6
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/mapred/org/apache/hadoop/mapred/CleanupQueue.java

+ 0 - 1
src/mapred/org/apache/hadoop/mapred/CleanupQueue.java

@@ -107,7 +107,6 @@ class CleanupQueue {
       for (PathDeletionContext context : contexts) {
         try {
           queue.put(context);
-          LOG.debug("Added " + context + " to queue");
         } catch(InterruptedException ie) {}
       }
     }