summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit1
1 files changed, 0 insertions, 1 deletions
diff --git a/dgit b/dgit
index c353b8e..da98bd5 100755
--- a/dgit
+++ b/dgit
@@ -246,7 +246,6 @@ sub canonicalise_suite () {
sub get_archive_dsc () {
my ($vsn,$subpath) = archive_query();
- # fixme madison does not show us the component
$dscurl = access_cfg('mirror').$subpath;
$dscdata = url_get($dscurl);
my $dscfh = new IO::File \$dscdata, '<' or die $!;