From: Bryan Bonvallet Date: Sat, 23 Nov 2013 05:05:39 +0000 (-0500) Subject: removing a function that is probably important but not at all defined. X-Git-Tag: release-20150131~386^2~38 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b3fdcc9363df2142c7bd3d7c206221e3689c1b85;p=oweals%2Fkarmaworld.git removing a function that is probably important but not at all defined. --- diff --git a/fabfile.py b/fabfile.py index e9de037..b51f6dc 100644 --- a/fabfile.py +++ b/fabfile.py @@ -219,7 +219,6 @@ def first_deploy(): make_virtualenv() update_reqs() syncdb() - manage_static() start_supervisord()