diff --git a/port/esp32/integrate_btstack.py b/port/esp32/integrate_btstack.py
index f7bebbfac..fd7a27b2a 100755
--- a/port/esp32/integrate_btstack.py
+++ b/port/esp32/integrate_btstack.py
@@ -54,8 +54,5 @@ for dir in dirs_to_copy:
 	print('- %s' % dir)
 	shutil.copytree(local_dir + '/../../' + dir, IDF_BTSTACK + '/' + dir)
 
-# add hci dump stdout
-shutil.copy(local_dir+'/../../platform/embedded/hci_dump_embedded_stdout.c', IDF_BTSTACK)
-
 # create example/btstack
 create_examples.create_examples(local_dir, '')