Remove debugging statement.
[oweals/busybox.git] / applets.h
index e6ee3c95e2de76016d2437c291611271b8bfd205..12a28d5bea7ca1811c4774067e6e152225422ea3 100644 (file)
--- a/applets.h
+++ b/applets.h
 #ifdef BB_TR
        APPLET(tr, tr_main, _BB_DIR_USR_BIN)
 #endif
+#ifdef BB_TRACEROUTE
+       APPLET(traceroute, traceroute_main, _BB_DIR_USR_BIN)
+#endif
 #ifdef BB_TRUE_FALSE
        APPLET(true, true_main, _BB_DIR_BIN)
 #endif