From 6cdd5e7f21c088e2b5591fe9b394449a0bde80e6 Mon Sep 17 00:00:00 2001 From: ennewalker Date: Mon, 5 Jan 2009 01:30:25 +0000 Subject: Removing a vestigial debug printf. Oops. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8221 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/tags.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'crawl-ref/source/tags.cc') diff --git a/crawl-ref/source/tags.cc b/crawl-ref/source/tags.cc index d058d2e782..e5ff017648 100644 --- a/crawl-ref/source/tags.cc +++ b/crawl-ref/source/tags.cc @@ -1054,8 +1054,6 @@ static void tag_construct_you(writer &th) revision += VERSION_DETAIL; marshallString(th, revision); marshallLong(th, svn_revision()); - - printf("REVSAVE: (%s), (%d)\n", revision.c_str(), svn_revision()); } static void tag_construct_you_items(writer &th) -- cgit v1.2.3-54-g00ecf