This commit is contained in:
Michael Davidsaver
2020-03-14 07:53:01 -07:00
parent 5152f24aad
commit 846a4c546c
2 changed files with 3 additions and 1 deletions
-1
View File
@@ -67,7 +67,6 @@ int main(int argc, char* argv[])
// uses simple builder form to assign .value
ctxt.put(argv[1])
.fetchPresent(false) // not needed
.set("value", current+1)
.exec()
->wait(5.0);