Disable listening for new log changes on container update for now

This commit is contained in:
Jeffrey Morgan 2015-06-15 14:20:44 -07:00
parent 26ae83e952
commit f121572de6
1 changed files with 2 additions and 1 deletions

View File

@ -89,7 +89,8 @@ class ContainerStore {
return; return;
} }
// Trigger log update // Trigger log update
LogStore.fetch(container.Name); // TODO: fix this loading multiple times
// LogStore.fetch(container.Name);
containers[container.Name] = container; containers[container.Name] = container;