feature(cloudcmd) rm config watch

This commit is contained in:
coderaiser 2013-11-05 10:25:34 +00:00
parent d94a454cfe
commit a8eccebeca

View file

@ -134,16 +134,6 @@
writeLogsToFile();
}
if (Config.server)
Util.tryCatchLog(function() {
fs.watch(CONFIG_PATH, function() {
/* every catch up - calling twice */
setTimeout(function() {
readConfig();
}, 1000);
});
});
lParams = {
appcache : appCacheProcessing,
rest : rest,