removed console logs

This commit is contained in:
cubedro
2015-04-29 12:03:05 +03:00
parent e2f4369307
commit 7557ccf438
2 changed files with 5 additions and 7 deletions

View File

@@ -94,8 +94,8 @@ function StatsCtrl($scope, $filter, socket, _, toastr) {
function socketAction(action, data)
{
console.log('Action: ', action);
console.log('Data: ', data);
// console.log('Action: ', action);
// console.log('Data: ', data);
switch(action) {
case "init":
@@ -230,9 +230,8 @@ function StatsCtrl($scope, $filter, socket, _, toastr) {
function getMinersNames()
{
if($scope.miners.length > 0) {
console.log('miners', $scope.miners);
if($scope.miners.length > 0)
{
_.forIn($scope.miners, function(value, key)
{
if(value.name !== false)