summary refs log tree commit diff
path: root/nixos/modules/virtualisation/ecs-agent.nix
diff options
context:
space:
mode:
authorDan Peebles <pumpkin@me.com>2017-02-10 15:16:17 -0500
committerDan Peebles <pumpkin@me.com>2017-02-10 15:16:17 -0500
commit38099382083bc1475f66d57062f109dcacb6defd (patch)
tree40fc59568f1a0a1d55eb25ff6214ed14431ff45d /nixos/modules/virtualisation/ecs-agent.nix
parentdc75530f262f8d0ad6190e44c7271803516587b5 (diff)
downloadnixlib-38099382083bc1475f66d57062f109dcacb6defd.tar
nixlib-38099382083bc1475f66d57062f109dcacb6defd.tar.gz
nixlib-38099382083bc1475f66d57062f109dcacb6defd.tar.bz2
nixlib-38099382083bc1475f66d57062f109dcacb6defd.tar.lz
nixlib-38099382083bc1475f66d57062f109dcacb6defd.tar.xz
nixlib-38099382083bc1475f66d57062f109dcacb6defd.tar.zst
nixlib-38099382083bc1475f66d57062f109dcacb6defd.zip
ecs-agent module: remove debug print
Whoops :)
Diffstat (limited to 'nixos/modules/virtualisation/ecs-agent.nix')
-rw-r--r--nixos/modules/virtualisation/ecs-agent.nix1
1 files changed, 0 insertions, 1 deletions
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