Skip to content

Commit

Permalink
Remove some unecessary debug
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  • Loading branch information
philippedeswert committed Jan 10, 2014
1 parent 7d124e8 commit 94091f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usb_moded-modules.c
Expand Up @@ -95,7 +95,7 @@ int usb_moded_load_module(const char *module)
loading failures we use it here, as we fall back to g_file_storage if g_mass_storage
fails to load */
strings = g_strsplit(MODULE_CHARGE_FALLBACK, " ", 2);
log_debug("module args = %s, module = %s\n", strings[1], strings[0]);
//log_debug("module args = %s, module = %s\n", strings[1], strings[0]);
charging_args = strdup(strings[1]);
/* load was already assigned. Free it to re-assign */
free(load);
Expand Down

0 comments on commit 94091f3

Please sign in to comment.