summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tags.cc
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-05 01:30:25 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-05 01:30:25 +0000
commit6cdd5e7f21c088e2b5591fe9b394449a0bde80e6 (patch)
tree0c4ef93a6e17df26314b97d06b2209cc3bd2f780 /crawl-ref/source/tags.cc
parente92999f1200f022ac4b031dbf258de7e1e450bb4 (diff)
downloadcrawl-ref-6cdd5e7f21c088e2b5591fe9b394449a0bde80e6.tar.gz
crawl-ref-6cdd5e7f21c088e2b5591fe9b394449a0bde80e6.zip
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
Diffstat (limited to 'crawl-ref/source/tags.cc')
-rw-r--r--crawl-ref/source/tags.cc2
1 files changed, 0 insertions, 2 deletions
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)