Skip to content

Commit

Permalink
Convert some more console.log statements to use the logger
Browse files Browse the repository at this point in the history
Signed-off-by: Ricky Grassmuck <[email protected]>
  • Loading branch information
RickyGrassmuck committed Oct 10, 2017
1 parent 244f6da commit 11318dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/methods/admin/adminMethods.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Meteor.methods({

testIFTTT: function () {
var settings = Settings.find().fetch()[0]
console.log('Testing IFTTT Maker...')
logger.info('Testing IFTTT Maker...')
try {
var req = {test: true}
Meteor.call('sendIFTTT', settings, req)
Expand Down

0 comments on commit 11318dc

Please sign in to comment.