Hi All,
I've just noticed that if I rename a context variable in a function say:
flow.set("a",1);
to:
flow.set("b",1);
the old context variable "a" still lingers there after deploy (node-red 1.0.2). At least, flow.keys() lists both.
Isn't it possible to get rid of "a" during deploy?
Best regards,
r0ller
