Skip to content

Commit

Permalink
Remove annoying obsolete debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Oct 18, 2019
1 parent 810fcf0 commit 4d6f5f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libappimage/libappimage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@ int appimage_shall_not_be_integrated(const char* path) {
{
auto noDisplayValue = entry.get("Desktop Entry/NoDisplay", "false");

std::cout << noDisplayValue << std::endl;

boost::to_lower(noDisplayValue);
boost::algorithm::trim(noDisplayValue);

Expand Down

0 comments on commit 4d6f5f3

Please sign in to comment.