Commit d98edc1a authored by Andreas Jung's avatar Andreas Jung

removed debug print

parent 2fdf699b
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
############################################################################## ##############################################################################
"""Encapsulation of date/time values""" """Encapsulation of date/time values"""
__version__='$Revision: 1.98 $'[11:-2] __version__='$Revision: 1.99 $'[11:-2]
import os, re, math, DateTimeZone import os, re, math, DateTimeZone
...@@ -662,7 +662,6 @@ class DateTime: ...@@ -662,7 +662,6 @@ class DateTime:
timezone names is case-insensitive.""" #' timezone names is case-insensitive.""" #'
datefmt = kw.get('datefmt', getDefaultDateFormat()) datefmt = kw.get('datefmt', getDefaultDateFormat())
print datefmt
d=t=s=None d=t=s=None
ac=len(args) ac=len(args)
millisecs = None millisecs = None
......
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