From 38099382083bc1475f66d57062f109dcacb6defd Mon Sep 17 00:00:00 2001 From: Dan Peebles Date: Fri, 10 Feb 2017 15:16:17 -0500 Subject: [PATCH] ecs-agent module: remove debug print Whoops :) --- nixos/modules/virtualisation/ecs-agent.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/virtualisation/ecs-agent.nix b/nixos/modules/virtualisation/ecs-agent.nix index 5e28d8379cb0..ed17fbf49310 100644 --- a/nixos/modules/virtualisation/ecs-agent.nix +++ b/nixos/modules/virtualisation/ecs-agent.nix @@ -31,7 +31,6 @@ in { script = '' if [ ! -z "$ECS_DATADIR" ]; then - echo "FOOOO" mkdir -p "$ECS_DATADIR" fi ${cfg.package.bin}/bin/agent