Commit 806f598e authored by Benedikt Morbach's avatar Benedikt Morbach

don't include buildtime in watermark

parent 5b7aaa54
......@@ -6,5 +6,4 @@ from .. import __version__ as version
# For generated by string.
import time
watermark = "%s on %s" % (version, time.asctime())
watermark = "%s" % (version)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment