Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit f834d8c

Browse files
author
Jelte Lagendijk
committed
Clear logging
1 parent 1a1b522 commit f834d8c

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

dist/TreeView.mpk

-11 Bytes
Binary file not shown.

src/TreeView/widget/Commons.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,6 @@ define([
403403
splitPropsTo : function(widget, propnames, target) {
404404
logger.debug("TreeView.widget.Commons.splitPropsTo");
405405

406-
console.log(arguments);
407406
var props = propnames.split(",");
408407
var rawdata = {};
409408

@@ -439,7 +438,7 @@ define([
439438
*/
440439
normalizeContext : function(data, cb) {
441440
logger.debug("TreeView.widget.Commons.normalizeContext");
442-
441+
443442
//Nothing
444443
if (data == null) {
445444
cb(null, null);

test/widgets/TreeView.mpk

-11 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)