From 3fd993db98930cd27947487940b634d027f0c28f Mon Sep 17 00:00:00 2001 From: Kenneth Jao Date: Sat, 20 Aug 2016 22:26:55 -0400 Subject: [PATCH] removed subscribing in profile.js --- hourglass/client/profile/profile.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hourglass/client/profile/profile.js b/hourglass/client/profile/profile.js index 522ceb6..487e3a0 100644 --- a/hourglass/client/profile/profile.js +++ b/hourglass/client/profile/profile.js @@ -2,10 +2,6 @@ import { Template } from 'meteor/templating'; -Meteor.subscribe('schools'); -Meteor.subscribe('classes'); -Meteor.subscribe('work'); - Session.set("profInputOpen", null); Session.set("profClassTab", "manClass"); Session.set("modifying", null);