Skip to content

Commit 6935b7b

Browse files
Changed console.log to Log plugin.
1 parent df779de commit 6935b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Application/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export default function(App, appData, platformSettings) {
116116
}
117117

118118
colorshift(type = false, config = {}) {
119-
console.log('color shift', arguments)
119+
Log.info('Accessibility - ColorShift', arguments)
120120
Accessibility.colorshift(this, type, config)
121121
}
122122

0 commit comments

Comments
 (0)