Skip to content

Commit 4d6f5f3

Browse files
committed
Remove annoying obsolete debug print
1 parent 810fcf0 commit 4d6f5f3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libappimage/libappimage.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,6 @@ int appimage_shall_not_be_integrated(const char* path) {
175175
{
176176
auto noDisplayValue = entry.get("Desktop Entry/NoDisplay", "false");
177177

178-
std::cout << noDisplayValue << std::endl;
179-
180178
boost::to_lower(noDisplayValue);
181179
boost::algorithm::trim(noDisplayValue);
182180

0 commit comments

Comments
 (0)