removed a debugging print statement in the code

git-svn-id: svn://10.0.0.236/trunk@150754 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kestes%walrus.com 2003-12-27 21:16:26 +00:00
parent f09173b327
commit e65bd0f972

View File

@ -63,8 +63,8 @@
# Contributor(s):
# $Revision: 1.1 $
# $Date: 2003-12-23 13:38:08 $
# $Revision: 1.2 $
# $Date: 2003-12-27 21:16:26 $
# $Author: kestes%walrus.com $
# $Source: /home/befator/cvs/jail/cvsroot/mozilla/webtools/tinderbox2/src/lib/TinderDB/VC_PVCSDimensions.pm,v $
# $Name: not supported by cvs2svn $
@ -131,7 +131,7 @@ use Utils;
use VCDisplay;
$VERSION = ( qw $Revision: 1.1 $ )[1];
$VERSION = ( qw $Revision: 1.2 $ )[1];
@ISA = qw(TinderDB::BasicTxtDB);
@ -564,7 +564,7 @@ sub pvcs_date_str2time {
split('/', $pvcs_date_str);
$mon--;
print " $pvcs_date_str\n";
my ($time) = timelocal($sec,$min,$hour,$mday,$mon,$year);
return $time;