Skip to content

Commit

Permalink
Remove: Remove unnecessary sleep used for debugging (#1219)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnicola authored Oct 24, 2022
1 parent 77d1572 commit 931f757
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion misc/user_agent.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ user_agent_set (const gchar *ua)
const gchar *
user_agent_get (struct ipc_context *ipc_context)
{
g_usleep (20 * 1000 * 1000);
if (!user_agent || user_agent[0] == '\0')
{
user_agent_create ();
Expand Down

0 comments on commit 931f757

Please sign in to comment.