Remove some debug

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@836297 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2009-11-14 23:58:15 +00:00
parent 7f9a0e4cf9
commit 47c7c89e49
1 changed files with 0 additions and 1 deletions

View File

@ -813,7 +813,6 @@ public class HLog implements HConstants, Syncable {
if (this.forceSync ||
this.unflushedEntries.get() >= this.flushlogentries) {
try {
LOG.info("hflush remove");
this.writer.sync();
if (this.writer_out != null) {
this.writer_out.sync();