eschulte pushed a commit to branch go
in repository elpa.

commit 1d537f1ae3dc618485ff53c322bbd4ff2ee310d1
Author: Eric Schulte <eric.schu...@gmx.com>
Date:   Thu May 17 16:31:35 2012 -0400

    remove debug printf
---
 sgf.el |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/sgf.el b/sgf.el
index 500d47c..0c1af36 100644
--- a/sgf.el
+++ b/sgf.el
@@ -296,7 +296,6 @@
   (delete-region (point-min) (point-max))
   (goto-char (point-min))
   (insert
-   (format "%S" local-index)
    "\n"
    (board-to-string local-board)
    "\n\n")

Reply via email to