Skip to content

Commit d482e31

Browse files
author
Jay Ng
committed
fix(sdk app.js): removed accidental console.log
1 parent 6829a25 commit d482e31

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

playground/misc/misc-3-release-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
The CodinGame SDK is regularly updated and improved. This document lets you know what changed in the latest releases.
44

5+
## NEXT RELEASE
6+
7+
### 🐞 Bug fix
8+
9+
- Removed accidental console.log from app.js
10+
511
## 3.10.0
612

713
### 🎁 Features

runner/src/main/resources/view/app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ function PlayerCtrl ($scope, $timeout, $interval, $element) {
149149
$scope.referee.stdout = frameData.referee.stdout
150150
$scope.referee.stderr = frameData.referee.stderr
151151
$scope.summary = frameData.gameSummary
152-
console.log(frameData)
153152
}
154153

155154
function convertFrameFormat (data) {

0 commit comments

Comments
 (0)