[gnome-packagekit] Remove a little trivial debugging that crept in



commit ba7bc9beef9c44a427fea3e6178f6349530bbe1d
Author: Richard Hughes <richard hughsie com>
Date:   Thu Aug 20 10:31:30 2009 +0100

    Remove a little trivial debugging that crept in

 src/gpk-firmware.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/gpk-firmware.c b/src/gpk-firmware.c
index 361dbc7..ddbcd00 100644
--- a/src/gpk-firmware.c
+++ b/src/gpk-firmware.c
@@ -660,7 +660,6 @@ gpk_firmware_finished_cb (PkClient *client, PkExitEnum exit_enum, guint runtime,
 
 		/* can we just rebind the device */
 		ret = g_file_test (GPK_FIRMWARE_DEVICE_REBIND_PROGRAM, G_FILE_TEST_EXISTS);
-		ret = TRUE;
 		if (ret) {
 			ret = gpk_firmware_rebind (firmware);
 			if (ret) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]