Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Commit

Permalink
reduce warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
joewalker committed Mar 16, 2011
1 parent b858599 commit 8f32ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pilot/types/settings.js
Expand Up @@ -90,7 +90,7 @@ var settingValue = new DeferredType({
return lastSetting.type;
}
else {
console.error('Missing lastSetting. Defaulting to blank');
// console.error('Missing lastSetting. Defaulting to blank');
return types.getType('blank');
}
}
Expand Down

0 comments on commit 8f32ed8

Please sign in to comment.