mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-13 14:55:58 +10:00
remove log
This commit is contained in:
@@ -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 {
|
||||
|
||||
+2
-2
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user