remove: comments

This commit is contained in:
King Kévin 2015-09-05 09:27:55 +02:00
parent 61f71dbeee
commit 003e7b0733
1 changed files with 0 additions and 4 deletions

View File

@ -465,10 +465,6 @@ function json2eagle(json) {
var description = xml.createElement('description')
description.textContent = json.name
library.appendChild(description)
//description.textContent = 'footprint generated from CuVoodoo Land Pattern<br>'
//description.textContent += 'author: '+json.author+'<br>'
//description.textContent += 'version: '+json.version+'<br>'
//description.textContent += 'date: '+json.date
// add package
var packages = xml.createElement('packages')
library.appendChild(packages)