mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-10 13:03:09 +03:00
Remove unnecessary debug
svn path=/trunk/netsurf/; revision=11776
This commit is contained in:
parent
308f549f78
commit
fc09f79aa4
@ -46,9 +46,6 @@ fb_init_resource(const char *resource_path)
|
|||||||
char **pathv; /* resource path string vector */
|
char **pathv; /* resource path string vector */
|
||||||
char **respath; /* resource paths vector */
|
char **respath; /* resource paths vector */
|
||||||
const char *lang = NULL;
|
const char *lang = NULL;
|
||||||
char *foo;
|
|
||||||
int bar=0;
|
|
||||||
fprintf(stderr, "fb_init_resource:%s\n",resource_path);
|
|
||||||
|
|
||||||
pathv = resource_path_to_strvec(resource_path);
|
pathv = resource_path_to_strvec(resource_path);
|
||||||
|
|
||||||
@ -56,12 +53,6 @@ fb_init_resource(const char *resource_path)
|
|||||||
|
|
||||||
resource_free_strvec(pathv);
|
resource_free_strvec(pathv);
|
||||||
|
|
||||||
foo = respath[bar];
|
|
||||||
while (foo != NULL) {
|
|
||||||
fprintf(stderr, "%s\n",foo);
|
|
||||||
bar++;
|
|
||||||
foo = respath[bar];
|
|
||||||
}
|
|
||||||
return respath;
|
return respath;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user