remove log

This commit is contained in:
denz
2016-03-10 15:02:23 +09:00
parent 2cdc526ecf
commit e8df326e23
2 changed files with 2 additions and 8 deletions
@@ -412,13 +412,7 @@
BigScatterChart2.prototype._drawWithRealtimeDataSource = function() {
var self = this;
this._oDataLoadManager.loadRealtimeData( function( oResultData, nextRequestTime, bResetRealtime, currentServerTime ) {
console.log( "다음 요청 delay : ", nextRequestTime );
if ( bResetRealtime ) {
console.warn( "지연 문제로 리셋 :", bResetRealtime );
}
console.log( "현재 서버 시간 : ", new Date( currentServerTime ) );
if ( bResetRealtime ) {
console.log("------------reset Realtime", currentServerTime );
self.pause();
self.resume( currentServerTime - self._oSCManager.getGapX(), currentServerTime );
} else {
File diff suppressed because one or more lines are too long