Skip to content

Commit

Permalink
Remove annoying recurring print from chatroom.nut (#676)
Browse files Browse the repository at this point in the history
Commented out instead of fully removing
  • Loading branch information
JMM889901 authored Oct 3, 2023
1 parent 0dda99e commit 1226f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Northstar.Client/mod/scripts/vscripts/ui/chatroom.nut
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ void function UICodeCallback_ShowUserInfo( string hardware, string userId )
{
Signal( uiGlobal.signalDummy, "StopUserInfoLookups" )

printt( "Showing user info for UID " + userId + " on hardware " + hardware )
// printt( "Showing user info for UID " + userId + " on hardware " + hardware )

file.userInfoPanel_userId = userId
file.userInfoPanel_hardware = hardware
Expand Down

0 comments on commit 1226f75

Please sign in to comment.