Skip to content

Commit 13ed054

Browse files
committed
Removed display of checksum.
1 parent ac7be30 commit 13ed054

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/boot/DebugHeader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ var DebugHeader = function (game)
105105
}
106106

107107
// Keep this during dev build only
108-
console.log(CHECKSUM.build);
108+
// console.log(CHECKSUM.build);
109109
};
110110

111111
module.exports = DebugHeader;

0 commit comments

Comments
 (0)