Skip to content

Commit

Permalink
Remove debug statements
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <[email protected]>

Co-authored-by: Johan Mabille <[email protected]>
  • Loading branch information
jjerphan and JohanMabille committed Sep 30, 2024
1 parent 940dce1 commit a5e66a2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libmamba/src/specs/match_spec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
//
// The full license is in the file LICENSE, distributed with this software.

#include <iostream>
#include <string>
#include <string_view>
#include <tuple>
Expand Down Expand Up @@ -554,8 +553,6 @@ namespace mamba::specs
//
while (raw_match_spec_str.find("~=") != std::string::npos)
{
std::cout << "raw_match_spec_str: " << raw_match_spec_str << std::endl;

// Extract the string before the `~=` operator (">1.8,<2|==1.7,!=1.9," for the above
// example)
const auto before = raw_match_spec_str.substr(0, str.find("~="));
Expand Down

0 comments on commit a5e66a2

Please sign in to comment.