Skip to content

Commit 04f920e

Browse files
committed
[Chore] removed console.log #31
1 parent b23c439 commit 04f920e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/query/woqlBuilder.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ WOQLQuery.prototype.insert_data = function(data, refGraph) {
169169
type = this.cleanType(data.type, true)
170170
this.insert(data.id, type, refGraph)
171171
if (data.label) {
172-
console.log(data.label)
173172
if (Array.isArray(data.label)) {
174173
data.label.forEach(value => {
175174
this.label(value)

0 commit comments

Comments
 (0)