Skip to content

Commit

Permalink
Remove test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RuffaloLavoisier committed Jan 11, 2025
1 parent 6da612c commit 5bd4770
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/OswServiceTaskConsole.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ void OswServiceTaskConsole::runPrompt() {
NotifierClient notify("osw.console");
notify.showToast(toast);
#endif
// Test
} else if (this->m_inputBuffer.find("notify ") == 0 and this->m_inputBuffer.length() > 7) {
auto value = this->m_inputBuffer.substr(7);
OswUI::getInstance()->showNotification(value, false);
Expand Down

0 comments on commit 5bd4770

Please sign in to comment.