mirror of
https://github.com/lbonn/rofi
synced 2024-11-15 08:37:17 +00:00
view: Drop leftover g_print
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
parent
a9199e3e17
commit
5ea9a93cac
1 changed files with 0 additions and 1 deletions
|
@ -1346,7 +1346,6 @@ static void rofi_view_trigger_global_action ( KeyBindingAction action )
|
|||
gboolean rofi_view_trigger_action ( guint scope, gpointer user_data )
|
||||
{
|
||||
RofiViewState *state = rofi_view_get_active ();
|
||||
g_print ( "TRY ACTION scope %u\n", scope );
|
||||
switch ( (BindingsScope) scope )
|
||||
{
|
||||
case SCOPE_GLOBAL:
|
||||
|
|
Loading…
Reference in a new issue