From 2e764ad8203eb62679e9b1146075156c501e23f7 Mon Sep 17 00:00:00 2001
From: Jacob Wikmark <jacob@wikmark.se>
Date: Sun, 4 Mar 2018 18:56:43 +0100
Subject: [PATCH] minor fix

---
 src/LabGUI.jl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/LabGUI.jl b/src/LabGUI.jl
index b8f5212..f64a20e 100644
--- a/src/LabGUI.jl
+++ b/src/LabGUI.jl
@@ -8,6 +8,7 @@ include("svg_helper.jl")
 
 #We redefine WebIO.newid to prevent nodes from getting infinitely high values,
 # and Base.show is redefined to prevent memory leaks when constructing SVGs
+#=
 const max_nodes = 100000
 let count=1
     global newid
@@ -32,4 +33,5 @@ function Base.show(io::IO, m::MIME"text/html", x::Node)
     WebIO.jsexpr(io, x)
     write(io, ")</script>")
 end
+=#
 end
-- 
GitLab