Skip to content

Commit def7ca5

Browse files
committed
remove old warning
1 parent d642f9c commit def7ca5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/commands/update.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ pub fn run(ctx: Context) -> i32 {
5050
ctx.failed_updates.iter().for_each(|name| {
5151
error!("Failed to fetch {name}");
5252
});
53-
warn!(
54-
"Syncpack does not yet support custom npm registries{LINE_ENDING} Subscribe to https://github.com/JamieMason/syncpack/issues/220"
55-
);
5653
} else if !was_outdated {
5754
ui::util::print_no_issues_found();
5855
}

0 commit comments

Comments
 (0)