Skip to content

Commit

Permalink
removed unessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuhammedrafi committed Sep 30, 2024
1 parent 53691b0 commit 79b3b54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions NetworkManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ namespace WPEFramework
_notification(this)
{
// Don't do any work in the constructor - all set up should be done in Initialize
m_primaryInterfaceCache = "wlan0";
}

NetworkManager::~NetworkManager()
Expand Down
1 change: 0 additions & 1 deletion NetworkManagerJsonRpc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ namespace WPEFramework
return Core::ERROR_BAD_REQUEST;
}

NMLOG_TRACE("mandatory parameter 'interface' is empty");
interface = m_primaryInterfaceCache.getValue();
}

Expand Down

0 comments on commit 79b3b54

Please sign in to comment.