removed subscribing in profile.js

This commit is contained in:
Kenneth Jao 2016-08-20 22:26:55 -04:00
parent 0de9853dc4
commit 3fd993db98

View File

@ -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);