[mlpack] 09/20: Remove comments.

Barak A. Pearlmutter barak+git at pearlmutter.net
Thu May 25 20:44:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to branch master
in repository mlpack.

commit 403fe735b5e6dcb20b0e4a824d5310b366c4bc42
Author: Ryan Curtin <ryan at ratml.org>
Date:   Wed May 3 17:19:00 2017 -0400

    Remove comments.
---
 src/mlpack/core/tree/rectangle_tree/rectangle_tree_impl.hpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/mlpack/core/tree/rectangle_tree/rectangle_tree_impl.hpp b/src/mlpack/core/tree/rectangle_tree/rectangle_tree_impl.hpp
index d5f8858..89843c4 100644
--- a/src/mlpack/core/tree/rectangle_tree/rectangle_tree_impl.hpp
+++ b/src/mlpack/core/tree/rectangle_tree/rectangle_tree_impl.hpp
@@ -986,7 +986,6 @@ void RectangleTree<MetricType, StatisticType, MatType, SplitType, DescentType,
         // This will check the minFill of the parent.
         parent->CondenseTree(point, relevels, usePoint);
         // Now it should be safe to delete this node.
-        std::cout << "soft delete " << this << "\n";
         SoftDelete();
 
         return;
@@ -1048,7 +1047,6 @@ void RectangleTree<MetricType, StatisticType, MatType, SplitType, DescentType,
           // This will check the minFill of the point.
           parent->CondenseTree(point, relevels, usePoint);
           // Now it should be safe to delete this node.
-          std::cout << "soft delete " << this << " 2\n";
           SoftDelete();
 
           return;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git



More information about the debian-science-commits mailing list