X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=manifold%2Fstatic%2Fjs%2Fmanifold-query.js;h=3116f84d6264d76ee9dd2401a9f6f31f39fa4205;hb=f0dee854c76a1b065550eff5989abff77e87cb32;hp=4da77da14679f4e6f069ea86e06c0bbe178ad30e;hpb=10af098ebfcc500aef11ce9154028b8e20a0b046;p=unfold.git diff --git a/manifold/static/js/manifold-query.js b/manifold/static/js/manifold-query.js index 4da77da1..3116f84d 100644 --- a/manifold/static/js/manifold-query.js +++ b/manifold/static/js/manifold-query.js @@ -31,7 +31,7 @@ INSERT INTO object VALUES(field=value) this.__repr = function () { res = "ManifoldQuery "; - res += " id=" + this.query_uuid; +// res += " id=" + this.query_uuid; res += " a=" + this.action; res += " o=" + this.object; res += " ts=" + this.timestamp;