diff options
author | Cássio <cassioavila@yandex.com> | 2021-01-03 20:30:11 -0300 |
---|---|---|
committer | Cássio <cassioavila@yandex.com> | 2021-01-03 20:30:11 -0300 |
commit | 38f90ffb85558605eaa289c088bfc7f0592f36fc (patch) | |
tree | a974fc6df099ba2700029dcc67feb40e375f4993 /src/main.c | |
parent | abd9e1a7e561c72ea2251e7a9df44d1987dee3be (diff) |
remove useless printf
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2065,7 +2065,6 @@ static gboolean on_permission_request(WebKitWebView *webview, } } else if (WEBKIT_IS_NOTIFICATION_PERMISSION_REQUEST(request)) { char* notification_setting = GET_CHAR(c, "notification"); - printf("%s\n", notification_setting); if (strcmp(notification_setting, "ask") == 0) { msg = "show notifications"; } else if (strcmp(notification_setting, "always") == 0) { |