debug output removed
authorMichael Andres <ma@suse.de>
Thu, 5 Apr 2007 13:48:19 +0000 (13:48 +0000)
committerMichael Andres <ma@suse.de>
Thu, 5 Apr 2007 13:48:19 +0000 (13:48 +0000)
zypp/media/MediaAccess.cc

index 91d7993..30e6e34 100644 (file)
@@ -107,7 +107,6 @@ MediaAccess::open (const Url& url, const Pathname & preferred_attach_point)
     std::string scheme = url.getScheme();
 
     MIL << "Trying scheme '" << scheme << "'" << endl;
-    SEC << "URL " << url << endl;
     /*
     ** WARNING: Don't forget to update MediaAccess::downloads(url)
     **          if you are adding a new url scheme / handler!