summaryrefslogtreecommitdiff
path: root/cli/tools/task.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tools/task.rs')
-rw-r--r--cli/tools/task.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/cli/tools/task.rs b/cli/tools/task.rs
index 4b05a37e5..4cbba8661 100644
--- a/cli/tools/task.rs
+++ b/cli/tools/task.rs
@@ -25,10 +25,6 @@ pub async fn execute_script(
flags: Flags,
task_flags: TaskFlags,
) -> Result<i32, AnyError> {
- log::warn!(
- "{} deno task is unstable and may drastically change in the future",
- crate::colors::yellow("Warning"),
- );
let ps = ProcState::build(flags).await?;
let tasks_config = ps.options.resolve_tasks_config()?;
let config_file_url = ps.options.maybe_config_file_specifier().unwrap();