summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tags.cc
diff options
context:
space:
mode:
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)