From f034a64a341b844e520473530f92eaedc7696b77 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:58:52 +0000 Subject: 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 --- cmdline/apt-extracttemplates.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmdline/apt-extracttemplates.cc') 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() -- cgit v1.2.3