device: Remove unused code

The code was left over when adding the function to create the session data.
This commit is contained in:
Benjamin Berg
2020-11-30 17:34:50 +01:00
committed by Benjamin Berg
parent ebfcbdd13e
commit be5d283a3e

View File

@ -792,8 +792,6 @@ static gboolean fprint_device_claim (FprintDBusDevice *dbus_dev,
session = session_data_set_new (priv, g_steal_pointer (&sender), g_steal_pointer(&user));
session->invocation = g_object_ref (invocation);
username = g_steal_pointer (&user);
sender = g_steal_pointer (&sender);
g_debug ("user '%s' claiming the device: %d", session->username, priv->id);