ref: 7e413db2665c2ca199b0c66fd262779631228b80
parent: 6e3aac3abfd17457d033d433abf820e9bbc8847f
author: Alan W Black <awb@cs.cmu.edu>
date: Thu Nov 16 05:00:59 EST 2017
Remove debug printfs
--- a/main/flitevox_info_main.c
+++ b/main/flitevox_info_main.c
@@ -94,8 +94,8 @@
/* set the feature */
feat_set_string(v->features,feat,feat_string(args,"-val"));
- printf("awb_debug: setting %s %s\n",feat,
- feat_string(v->features,feat));
+ /* printf("awb_debug: setting %s %s\n",feat,
+ feat_string(v->features,feat)); */
/* save the voice back out again */
flite_voice_dump(v,voice_name);
}
--- a/tools/Makefile.flite
+++ b/tools/Makefile.flite
@@ -120,10 +120,6 @@
# Add build date to the flitevox file
$(FLITEDIR)/bin/flitevox_info -set build_date -val "`date`" -voice $(VOICENAME).flitevox
-# Add and voice specific feats
-add_feats :
- $(FLITEDIR)/bin/add_flite_feats $(VOICENAME).flitevox ../etc/voice.feats
-
# Run front end tests
flitecheck:
$(FLITEDIR)/bin/run_flitecheck $(VOICENAME).flitevox