[JFFS2] Remove stray debugging printk

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
diff --git a/fs/jffs2/gc.c b/fs/jffs2/gc.c
index f25e485..32ff037 100644
--- a/fs/jffs2/gc.c
+++ b/fs/jffs2/gc.c
@@ -414,9 +414,7 @@
 		/* Eep. This really should never happen. GC is broken */
 		printk(KERN_ERR "Error garbage collecting node at %08x!\n", ref_offset(jeb->gc_node));
 		ret = -ENOSPC;
-	} else if (ref_offset(jeb->gc_node) == 0x1c616bdc)
-		printk(KERN_ERR "Wheee. Correctly GC'd node at %08x\n", ref_offset(jeb->gc_node));
-
+	}
  release_sem:
 	up(&c->alloc_sem);