From 5010cebe245517a87bc81086c67203af98a523d7 Mon Sep 17 00:00:00 2001 From: hunt Date: Fri, 14 Sep 2007 17:33:29 +0000 Subject: Remove debug. --- runtime/procfs.c | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/procfs.c') diff --git a/runtime/procfs.c b/runtime/procfs.c index 31cb3bee..9e028d78 100644 --- a/runtime/procfs.c +++ b/runtime/procfs.c @@ -128,7 +128,6 @@ int _stp_create_procfs(const char *path, int num) de = _stp_procfs_lookup(p, last_dir); if (de == NULL) { last_dir = proc_mkdir(p, last_dir); - _dbug("mkdir of %s returned %p\n", p, last_dir); if (!last_dir) { _stp_error("Could not create directory \"%s\"\n", p); goto err; -- cgit