You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gi...@apache.org on 2018/06/19 18:42:58 UTC

mesos git commit: Removed some debugging codes that were committed by mistake.

Repository: mesos
Updated Branches:
  refs/heads/master d46bd330f -> bc3944c51


Removed some debugging codes that were committed by mistake.

Review: https://reviews.apache.org/r/67655


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/bc3944c5
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/bc3944c5
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/bc3944c5

Branch: refs/heads/master
Commit: bc3944c511a3727a976efed47b9d5cb1a0ca6610
Parents: d46bd33
Author: Gilbert Song <so...@gmail.com>
Authored: Tue Jun 19 11:36:12 2018 -0700
Committer: Gilbert Song <so...@gmail.com>
Committed: Tue Jun 19 11:36:24 2018 -0700

----------------------------------------------------------------------
 src/uri/fetcher.cpp | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/bc3944c5/src/uri/fetcher.cpp
----------------------------------------------------------------------
diff --git a/src/uri/fetcher.cpp b/src/uri/fetcher.cpp
index 211dd1c..489c7ce 100644
--- a/src/uri/fetcher.cpp
+++ b/src/uri/fetcher.cpp
@@ -108,9 +108,6 @@ Future<Nothing> Fetcher::fetch(
     const string& directory,
     const Option<string>& data) const
 {
-  foreachkey (const string& key, pluginsByScheme) {
-    std::cout << "!!!: " << key << std::endl;
-  }
   if (!pluginsByScheme.contains(uri.scheme())) {
     return Failure("Scheme '" + uri.scheme() + "' is not supported");
   }