disable lock warning in refetch cycle

This commit is contained in:
Andrew Dolgov 2006-08-01 09:10:10 +01:00
parent de1ca88885
commit bed0f18f7a
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ function scheduleFeedUpdate(force) {
xmlhttp.send(null);
} else {
debug("xmlhttp busy");
printLockingError();
//printLockingError();
}
}