diff --git a/rewatch/src/build/compile.rs b/rewatch/src/build/compile.rs index 38d623f13e..b8b4873c48 100644 --- a/rewatch/src/build/compile.rs +++ b/rewatch/src/build/compile.rs @@ -639,7 +639,6 @@ fn compile_file( package.get_build_path().join(dir).join(format!("{basename}.cmj")), ocaml_build_path_abs.join(format!("{basename}.cmj")), ); - println!("[rewatch] Copying file {basename} to ocaml build path"); let _ = std::fs::copy( package .get_build_path() diff --git a/rewatch/tests/snapshots/bs-dev-dependency-used-by-non-dev-source.txt b/rewatch/tests/snapshots/bs-dev-dependency-used-by-non-dev-source.txt index 9df0205a5d..04222b84a0 100644 --- a/rewatch/tests/snapshots/bs-dev-dependency-used-by-non-dev-source.txt +++ b/rewatch/tests/snapshots/bs-dev-dependency-used-by-non-dev-source.txt @@ -1,6 +1,5 @@ Cleaned 0/60 Parsed 2 source files -[rewatch] Copying file NS_alias-@NewNamespace to ocaml build path Compiled 2 modules The field 'bs-dependencies' found in the package config of '@testrepo/deprecated-config' is deprecated and will be removed in a future version. diff --git a/rewatch/tests/snapshots/rename-file-internal-dep-namespace.txt b/rewatch/tests/snapshots/rename-file-internal-dep-namespace.txt index d42004a89d..a0e20f68f0 100644 --- a/rewatch/tests/snapshots/rename-file-internal-dep-namespace.txt +++ b/rewatch/tests/snapshots/rename-file-internal-dep-namespace.txt @@ -1,7 +1,5 @@ Cleaned 2/60 Parsed 2 source files -[rewatch] Copying file InternalDep to ocaml build path -[rewatch] Copying file Other_module2-@NewNamespace to ocaml build path Compiled 3 modules The field 'bs-dependencies' found in the package config of '@testrepo/deprecated-config' is deprecated and will be removed in a future version. diff --git a/rewatch/tests/snapshots/rename-file-internal-dep.txt b/rewatch/tests/snapshots/rename-file-internal-dep.txt index d74a045181..34d9fc9c90 100644 --- a/rewatch/tests/snapshots/rename-file-internal-dep.txt +++ b/rewatch/tests/snapshots/rename-file-internal-dep.txt @@ -1,6 +1,5 @@ Cleaned 2/60 Parsed 2 source files -[rewatch] Copying file InternalDep2 to ocaml build path Compiled 2 modules The field 'bs-dependencies' found in the package config of '@testrepo/deprecated-config' is deprecated and will be removed in a future version. diff --git a/rewatch/tests/snapshots/rename-file-with-interface.txt b/rewatch/tests/snapshots/rename-file-with-interface.txt index 3e014015b5..fa2b3dcd73 100644 --- a/rewatch/tests/snapshots/rename-file-with-interface.txt +++ b/rewatch/tests/snapshots/rename-file-with-interface.txt @@ -1,8 +1,6 @@  No implementation file found for interface file (skipping): src/ModuleWithInterface.resi Cleaned 2/60 Parsed 1 source files -[rewatch] Copying file ModuleWithInterface2 to ocaml build path -[rewatch] Copying file Main to ocaml build path Compiled 2 modules The field 'bs-dependencies' found in the package config of '@testrepo/deprecated-config' is deprecated and will be removed in a future version. diff --git a/rewatch/tests/snapshots/rename-file.txt b/rewatch/tests/snapshots/rename-file.txt index b2461d5e2b..388a7fa123 100644 --- a/rewatch/tests/snapshots/rename-file.txt +++ b/rewatch/tests/snapshots/rename-file.txt @@ -1,6 +1,5 @@ Cleaned 1/60 Parsed 1 source files -[rewatch] Copying file Main2 to ocaml build path Compiled 1 modules The field 'bs-dependencies' found in the package config of '@testrepo/deprecated-config' is deprecated and will be removed in a future version. diff --git a/rewatch/tests/snapshots/rename-interface-file.txt b/rewatch/tests/snapshots/rename-interface-file.txt index 41549a4a22..7ab0b0c690 100644 --- a/rewatch/tests/snapshots/rename-interface-file.txt +++ b/rewatch/tests/snapshots/rename-interface-file.txt @@ -1,8 +1,6 @@  No implementation file found for interface file (skipping): src/ModuleWithInterface2.resi Cleaned 1/60 Parsed 1 source files -[rewatch] Copying file ModuleWithInterface to ocaml build path -[rewatch] Copying file Dep02 to ocaml build path Compiled 2 modules The field 'bs-dependencies' found in the package config of '@testrepo/deprecated-config' is deprecated and will be removed in a future version.