Skip to content

Commit 637229e

Browse files
authored
Merge pull request #110 from Nerixyz/fix/remove-log
fix: remove leftover log
2 parents f693b8e + 677620f commit 637229e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/wintoastlib.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -766,9 +766,7 @@ INT64 WinToast::showToast(_In_ WinToastTemplate const& toast, _In_ IWinToastHand
766766
(toast.duration() == WinToastTemplate::Duration::Short) ? L"short" : L"long");
767767
}
768768

769-
if(SUCCEEDED(hr) && toast.isInput())
770-
{
771-
std::wcout << "Adding input" << '\n';
769+
if(SUCCEEDED(hr) && toast.isInput()) {
772770
hr = addInputHelper(xmlDocument.Get());
773771
}
774772

0 commit comments

Comments
 (0)