Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit dc9ea99

Browse files
committed
Purge console.log
1 parent 99e32b2 commit dc9ea99

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/protractor/chat/chat.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ app.controller('ChatCtrl', function Chat($scope, $FirebaseObject, $FirebaseArray
2929
/* Adds a new message to the messages list and updates the messages count */
3030
$scope.addMessage = function() {
3131
if ($scope.message !== "") {
32-
console.log('adding message'); //debug
3332
// Add a new message to the messages list
3433
$scope.messages.$add({
3534
from: $scope.username,

0 commit comments

Comments
 (0)