summaryrefslogtreecommitdiff
path: root/cmdline/apt-extracttemplates.cc
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:58:52 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:58:52 +0000
commitf034a64a341b844e520473530f92eaedc7696b77 (patch)
treea4d12bae89a3ffadde2f10f237afbe932d1ccf38 /cmdline/apt-extracttemplates.cc
parent233c2b66e8972bddf34f291bdb2330ea134abc0f (diff)
commented out a stray debugging line that will break debconf
Author: tausq Date: 2002-02-25 03:52:58 GMT commented out a stray debugging line that will break debconf
Diffstat (limited to 'cmdline/apt-extracttemplates.cc')
-rw-r--r--cmdline/apt-extracttemplates.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmdline/apt-extracttemplates.cc b/cmdline/apt-extracttemplates.cc
index 92b6ca677..700cf1871 100644
--- a/cmdline/apt-extracttemplates.cc
+++ b/cmdline/apt-extracttemplates.cc
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: apt-extracttemplates.cc,v 1.9 2002/02/15 03:40:00 jgg Exp $
+// $Id: apt-extracttemplates.cc,v 1.10 2002/02/25 03:52:58 tausq Exp $
/* ######################################################################
APT Extract Templates - Program to extract debconf config and template
@@ -310,7 +310,7 @@ bool Go(CommandLine &CmdL)
{
// Check to make sure debconf dependencies are
// satisfied
- cout << "Check " << file.DepVer << ',' << debconfver << endl;
+ // cout << "Check " << file.DepVer << ',' << debconfver << endl;
if (file.DepVer != "" &&
DebFile::Cache->VS->CheckDep(debconfver.c_str(),
file.DepOp,file.DepVer.c_str()