Skip to content

Commit 4282886

Browse files
committed
some cleanup
1 parent 72f6966 commit 4282886

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/CloudGraphsDFG/services/CommonFunctions.jl

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -181,18 +181,6 @@ function _structToNeo4jProps(inst::Union{<:User, <:Robot, <:Session, PVND, N, AP
181181
if fieldname == :solverData
182182
fnctype = getSolverData(inst).fnc.usrfnc!
183183
val = _packSolverData( inst, fnctype; replaceBackslashes=true )
184-
# try
185-
# packtype = convertPackedType(fnctype)
186-
# packed = convert(PackedFunctionNodeData{packtype}, getSolverData(inst))
187-
# packedJson = JSON2.write(packed)
188-
# val = "\"$(replace(packedJson, "\"" => "\\\""))\"" # Escape slashes too
189-
# catch ex
190-
# io = IOBuffer()
191-
# showerror(io, ex, catch_backtrace())
192-
# err = String(take!(io))
193-
# msg = "Error while packing '$(inst.label)' as '$fnctype', please check the unpacking/packing converters for this factor - \r\n$err"
194-
# error(msg)
195-
# end
196184
fieldname = :data #Keeping with FileDFG format
197185
end
198186
end

0 commit comments

Comments
 (0)