1
0
mirror of https://github.com/beestat/app.git synced 2025-07-09 03:04:07 -04:00

Removing stray console.log

This commit is contained in:
Jon Ziebell 2019-08-14 22:06:14 -04:00
parent 627182f742
commit 759e700bba

View File

@ -9,9 +9,6 @@
* otherwise. * otherwise.
*/ */
beestat.setting = function(key, opt_value, opt_callback) { beestat.setting = function(key, opt_value, opt_callback) {
if(opt_value !== undefined) {
console.log(arguments);
}
var user = beestat.get_user(); var user = beestat.get_user();
var defaults = { var defaults = {