Skip to content

Commit

Permalink
Bah. Didn't mean to leave the debug active.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjensen committed Jul 19, 2002
1 parent 785bc05 commit d72d493
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Vend/Config.pm
@@ -1,6 +1,6 @@
# Vend::Config - Configure Interchange
#
# $Id: Config.pm,v 2.54 2002-07-19 19:52:06 jon Exp $
# $Id: Config.pm,v 2.55 2002-07-19 19:53:19 jon Exp $
#
# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
#
Expand Down Expand Up @@ -44,7 +44,7 @@ use Fcntl;
use Vend::Parse;
use Vend::Util;

$VERSION = substr(q$Revision: 2.54 $, 10);
$VERSION = substr(q$Revision: 2.55 $, 10);

my %CDname;

Expand Down Expand Up @@ -1665,7 +1665,7 @@ sub parse_varname {
return if $Vend::ExternalProgram;

my($iv,$vn,$k,$v,@set);
logDebug("parse_varname: $settings");
#logDebug("parse_varname: $settings");
if(defined $C) {
return '' if ! $settings;
$C->{IV} = { %{$Global::IV} } if ! $C->{IV};
Expand Down

0 comments on commit d72d493

Please sign in to comment.