diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2010-06-04 14:48:46 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2010-06-04 14:48:46 +0000 |
commit | 76f0cb6aa037c5c89e55cd5f1a9757dcf4cec754 (patch) | |
tree | 9e6ef6b2ff3cdca0306a3c7669f940c20eb11fcd | |
parent | afe80e65e4488eb70bc439704ea208454b07abb6 (diff) | |
download | drakx-76f0cb6aa037c5c89e55cd5f1a9757dcf4cec754.tar drakx-76f0cb6aa037c5c89e55cd5f1a9757dcf4cec754.tar.gz drakx-76f0cb6aa037c5c89e55cd5f1a9757dcf4cec754.tar.bz2 drakx-76f0cb6aa037c5c89e55cd5f1a9757dcf4cec754.tar.xz drakx-76f0cb6aa037c5c89e55cd5f1a9757dcf4cec754.zip |
remove unwanted debug code
-rw-r--r-- | perl-install/install/gtk.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm index 529a6871c..759861d28 100644 --- a/perl-install/install/gtk.pm +++ b/perl-install/install/gtk.pm @@ -1,4 +1,3 @@ -#!/usr/bin/perl -d package install::gtk; # $Id$ use diagnostics; |