remove commented line

This commit is contained in:
ansuz
2016-04-15 18:16:54 +02:00
parent d62e9fc1c9
commit 13dc77b7f6

View File

@@ -209,7 +209,6 @@ define([
if (config.onRemote) { if (config.onRemote) {
config.onRemote({ config.onRemote({
realtime: realtime realtime: realtime
//realtime.getUserDoc()
}); });
} }
}); });